mohammad2928git commited on
Commit
3ef1009
·
verified ·
1 Parent(s): 1f7f062

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,6 +138,6 @@ demo = gr.Interface(
138
 
139
  )
140
  # demo.launch(enable_queue = False)
141
- demo.launch()
142
 
143
 
 
138
 
139
  )
140
  # demo.launch(enable_queue = False)
141
+ demo.launch(share=True)
142
 
143