aashu-0 commited on
Commit
6b066c9
·
verified ·
1 Parent(s): 5a8ece4

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,4 +70,4 @@ demo = gr.Interface(fn= predict,
70
  )
71
 
72
  # launch
73
- demo.launch()
 
70
  )
71
 
72
  # launch
73
+ demo.launch(share=True)