Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -150,4 +150,4 @@ iface = gr.Interface(fn=Main
|
|
150 |
, title = "PLENTAS"
|
151 |
)
|
152 |
|
153 |
-
iface.launch(share = False,enable_queue=True, show_error =True
|
|
|
150 |
, title = "PLENTAS"
|
151 |
)
|
152 |
|
153 |
+
iface.launch(share = False,enable_queue=True, show_error =True)
|