pushpikaLiyanagama commited on
Commit
1196564
1 Parent(s): b4231e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,4 +38,4 @@ interface = gr.Interface(fn=predict,
38
  live=True)
39
 
40
  # Launch the interface
41
- interface.launch()
 
38
  live=True)
39
 
40
  # Launch the interface
41
+ interface.launch(share=True)