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)
|
|
|
|
| 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)
|