Commit
路
94e4327
1
Parent(s):
713a6e6
v9
Browse files
app.py
CHANGED
|
@@ -506,7 +506,7 @@ def get_app():
|
|
| 506 |
# Para desarrollo local
|
| 507 |
if __name__ == "__main__":
|
| 508 |
# Configuraci贸n para desarrollo local
|
| 509 |
-
demo.queue(
|
| 510 |
server_name="0.0.0.0",
|
| 511 |
server_port=7860,
|
| 512 |
debug=True,
|
|
|
|
| 506 |
# Para desarrollo local
|
| 507 |
if __name__ == "__main__":
|
| 508 |
# Configuraci贸n para desarrollo local
|
| 509 |
+
demo.queue().launch(
|
| 510 |
server_name="0.0.0.0",
|
| 511 |
server_port=7860,
|
| 512 |
debug=True,
|