hpratapsingh commited on
Commit
b15b79a
·
verified ·
1 Parent(s): 59ce649

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -79,4 +79,5 @@ interface = gr.Interface(fn=predict_category, inputs=inputs, outputs=outputs, ti
79
 
80
  # Launch the interface
81
  if __name__ == "__main__":
82
- interface.launch()
 
 
79
 
80
  # Launch the interface
81
  if __name__ == "__main__":
82
+ interface.launch(share=True)
83
+