iamsuman commited on
Commit
41bcb59
·
1 Parent(s): 55ee111

fix sharable link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,4 +173,4 @@ interface_video = gr.Interface(
173
  gr.TabbedInterface(
174
  [interface_image, interface_video],
175
  tab_names=['Image inference', 'Video inference']
176
- ).queue().launch()
 
173
  gr.TabbedInterface(
174
  [interface_image, interface_video],
175
  tab_names=['Image inference', 'Video inference']
176
+ ).queue().launch(share=True)