Leiyan525 commited on
Commit
931063c
·
1 Parent(s): e9cf11d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,5 +87,5 @@ with gr.Blocks() as demo:
87
 
88
 
89
  if __name__ == "__main__":
90
- demo.queue().launch(share = True)
91
 
 
87
 
88
 
89
  if __name__ == "__main__":
90
+ demo.queue().launch()
91