CamiloVega commited on
Commit
0690c9d
·
verified ·
1 Parent(s): 3358234

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -275,11 +275,9 @@ def create_interface():
275
 
276
  return app
277
 
 
278
  if __name__ == "__main__":
279
  app = create_interface()
280
  app.launch(
281
- server_name="0.0.0.0",
282
- server_port=7860,
283
- share=True,
284
- show_error=True
285
- )
 
275
 
276
  return app
277
 
278
+
279
  if __name__ == "__main__":
280
  app = create_interface()
281
  app.launch(
282
+ share=True # Habilitar enlace público
283
+ )