Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,4 +67,4 @@ iface = gr.Interface(fn=Main
|
|
67 |
, title = "Similitud Semántica de textos en Español de tamaño medio (200-250 palabras)"
|
68 |
)
|
69 |
|
70 |
-
iface.launch(share =
|
|
|
67 |
, title = "Similitud Semántica de textos en Español de tamaño medio (200-250 palabras)"
|
68 |
)
|
69 |
|
70 |
+
iface.launch(share = False,enable_queue=True, show_error =True)
|