wangfuyun commited on
Commit
4ebc5bc
1 Parent(s): 5e3259d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -257,5 +257,4 @@ with gr.Blocks() as demo:
257
 
258
  if __name__ == "__main__":
259
  demo.queue(max_size=20, api_open=False)
260
- # demo.launch(share=True, show_api=False)
261
- demo.launch()
 
257
 
258
  if __name__ == "__main__":
259
  demo.queue(max_size=20, api_open=False)
260
+ demo.launch(share=True, show_api=False)