Jeremy Live
commited on
Commit
路
cc2a812
1
Parent(s):
94e4327
v10
Browse files
app.py
CHANGED
@@ -505,14 +505,10 @@ def get_app():
|
|
505 |
|
506 |
# Para desarrollo local
|
507 |
if __name__ == "__main__":
|
508 |
-
# Configuraci贸n para desarrollo local
|
509 |
-
demo.
|
510 |
server_name="0.0.0.0",
|
511 |
server_port=7860,
|
512 |
debug=True,
|
513 |
-
share=False
|
514 |
-
show_api=True,
|
515 |
-
favicon_path=None,
|
516 |
-
show_error=True,
|
517 |
-
show_tips=True
|
518 |
)
|
|
|
505 |
|
506 |
# Para desarrollo local
|
507 |
if __name__ == "__main__":
|
508 |
+
# Configuraci贸n para desarrollo local - versi贸n simplificada para Gradio 5.x
|
509 |
+
demo.launch(
|
510 |
server_name="0.0.0.0",
|
511 |
server_port=7860,
|
512 |
debug=True,
|
513 |
+
share=False
|
|
|
|
|
|
|
|
|
514 |
)
|