BechirTrabelsi1 commited on
Commit
7a468b1
·
verified ·
1 Parent(s): 15f2843

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,4 +174,4 @@ def gradio_app():
174
 
175
  if __name__ == "__main__":
176
  demo = gradio_app()
177
- demo.launch()
 
174
 
175
  if __name__ == "__main__":
176
  demo = gradio_app()
177
+ demo.launch(share=True)