Iker commited on
Commit
4b5d0b4
1 Parent(s): fdf0703

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -214,7 +214,7 @@ manager = AnnotationManager()
214
 
215
 
216
  with gr.Blocks(
217
- theme=theme, title="🖱️ Resumen de noticias Clickbait 🖱️", analytics_enabled=False, concurrency_limit=None,
218
  ) as demo:
219
  with gr.Tab("Guidelines") as tab_guidelines:
220
  gr.Markdown(guidelines)
@@ -272,5 +272,7 @@ with gr.Blocks(
272
  outputs=[gr_headline, gr_body, gr_rouge, gr_progress, gr_summary],
273
  )
274
 
 
 
275
 
276
  demo.launch(auth=(os.environ.get("pass"), os.environ.get("pass")))
 
214
 
215
 
216
  with gr.Blocks(
217
+ theme=theme, title="🖱️ Resumen de noticias Clickbait 🖱️", analytics_enabled=False,
218
  ) as demo:
219
  with gr.Tab("Guidelines") as tab_guidelines:
220
  gr.Markdown(guidelines)
 
272
  outputs=[gr_headline, gr_body, gr_rouge, gr_progress, gr_summary],
273
  )
274
 
275
+ demo.queue(concurrency_limit=None,)
276
+
277
 
278
  demo.launch(auth=(os.environ.get("pass"), os.environ.get("pass")))