perler commited on
Commit
df250e8
·
1 Parent(s): 9e08538

share required for shading? https://github.com/gradio-app/gradio/issues/7485

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -209,7 +209,7 @@ def main():
209
  ])
210
 
211
  demo.queue(max_size=5)
212
- demo.launch(debug=True)
213
 
214
 
215
  if __name__ == '__main__':
 
209
  ])
210
 
211
  demo.queue(max_size=5)
212
+ demo.launch(debug=False, share=True)
213
 
214
 
215
  if __name__ == '__main__':