geekyutao commited on
Commit
6ef35b4
1 Parent(s): cdd0075

set launch share=false

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -227,5 +227,5 @@ with gr.Blocks() as demo:
227
  )
228
 
229
  if __name__ == "__main__":
230
- demo.launch(share=True)
231
 
 
227
  )
228
 
229
  if __name__ == "__main__":
230
+ demo.launch()
231