fylexx commited on
Commit
ff32308
·
1 Parent(s): eee112c

Gradio app using Hub model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,4 +51,4 @@ demo = gr.Interface(
51
  )
52
 
53
  if __name__ == "__main__":
54
- demo.launch()
 
51
  )
52
 
53
  if __name__ == "__main__":
54
+ demo.launch(share=True)