gnosticdev commited on
Commit
f27d42e
verified
1 Parent(s): 0a28283

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -245,4 +245,4 @@ with gr.Blocks() as demo:
245
  port = int(os.getenv("PORT", 7860))
246
 
247
  # Lanzar la aplicaci贸n
248
- demo.launch(server_name="0.0.0.0", server_port=port, share=True, show_error=True, enable_queue=True)
 
245
  port = int(os.getenv("PORT", 7860))
246
 
247
  # Lanzar la aplicaci贸n
248
+ demo.launch(server_name="0.0.0.0", server_port=port, share=True, show_error=True)