afouda commited on
Commit
37cc499
·
verified ·
1 Parent(s): a1645b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -510,4 +510,4 @@ with gr.Blocks() as demo:
510
  )
511
 
512
  if __name__ == "__main__":
513
- demo.launch(server_port=9090, debug=True)
 
510
  )
511
 
512
  if __name__ == "__main__":
513
+ demo.launch(server_port=9090, debug=True,share=True)