Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|
| 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")))
|