ZoniaChatbot commited on
Commit
015ce19
verified
1 Parent(s): a119ec8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -81,6 +81,5 @@ if __name__ == '__main__':
81
 
82
  # Lanzar la aplicaci贸n con `.queue()`
83
  demo.queue().launch(
84
- server_name=args.server_name,
85
- server_port=args.server_port
86
  )
 
81
 
82
  # Lanzar la aplicaci贸n con `.queue()`
83
  demo.queue().launch(
84
+ share=True
 
85
  )