gnosticdev commited on
Commit
84ff691
·
verified ·
1 Parent(s): 1c17749

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -213,4 +213,4 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Generador de Videos") as app:
213
  )
214
 
215
  if __name__ == "__main__":
216
- app.launch(server_name="0.0.0.0", server_port=7860)
 
213
  )
214
 
215
  if __name__ == "__main__":
216
+ app.launch(server_name="0.0.0.0", server_port=7860, share=False, enable_queue=False)