jethrowang commited on
Commit
c506b70
·
verified ·
1 Parent(s): 1cf2426

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,4 +190,4 @@ with gr.Blocks() as demo:
190
  # Launch Configuration
191
  if __name__ == "__main__":
192
  demo.queue() # Enable queue to support generators
193
- demo.launch(share=True)
 
190
  # Launch Configuration
191
  if __name__ == "__main__":
192
  demo.queue() # Enable queue to support generators
193
+ demo.launch()