jeonchangbin49 commited on
Commit
2aaf85f
·
1 Parent(s): f898ae8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -303,4 +303,4 @@ with gr.Blocks() as demo:
303
  )
304
 
305
  if __name__ == "__main__":
306
- demo.launch(debug=True)
 
303
  )
304
 
305
  if __name__ == "__main__":
306
+ demo.launch(debug=True, share=True)