Hecheng0625 commited on
Commit
1844427
1 Parent(s): 20e8723

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,5 +170,5 @@ with gr.Blocks() as demo:
170
  )
171
 
172
  if __name__ == "__main__":
173
- demo.launch(share=True)
174
 
 
170
  )
171
 
172
  if __name__ == "__main__":
173
+ demo.launch()
174