rwitz commited on
Commit
0a57fe7
·
1 Parent(s): 4c487e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,4 +128,4 @@ with gr.Blocks() as demo:
128
 
129
  # Start the interface
130
  demo.queue()
131
- demo.launch(share=True, server_name='0.0.0.0', server_port=7860)
 
128
 
129
  # Start the interface
130
  demo.queue()
131
+ demo.launch(server_name='0.0.0.0', server_port=7860)