nhosseini commited on
Commit
dfcc379
·
verified ·
1 Parent(s): 8afe469

share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,4 +33,4 @@ demo = gr.Interface(
33
 
34
  # Start the app
35
  if __name__ == "__main__":
36
- demo.launch()
 
33
 
34
  # Start the app
35
  if __name__ == "__main__":
36
+ demo.launch(share=True)