lakshyana commited on
Commit
aa23bf8
1 Parent(s): 94a7eb1

demo launch error fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ with gr.Blocks() as demo:
186
 
187
 
188
 
189
- demo.launch(share=True)
190
  # demo.launch(server_name='0.0.0.0', server_port=port)
191
 
192
 
 
186
 
187
 
188
 
189
+ demo.launch()
190
  # demo.launch(server_name='0.0.0.0', server_port=port)
191
 
192