Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -602,12 +602,7 @@ def interfaz():
|
|
| 602 |
outputs=out_bi
|
| 603 |
)
|
| 604 |
|
| 605 |
-
demo.launch(
|
| 606 |
-
server_name="0.0.0.0",
|
| 607 |
-
server_port=7860,
|
| 608 |
-
share=False, # en Spaces normalmente no necesitas esto, pero no hace daño
|
| 609 |
-
debug=True # opcional si quieres ver logs
|
| 610 |
-
)
|
| 611 |
|
| 612 |
|
| 613 |
|
|
|
|
| 602 |
outputs=out_bi
|
| 603 |
)
|
| 604 |
|
| 605 |
+
demo.launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 606 |
|
| 607 |
|
| 608 |
|