aagirre92 commited on
Commit
9ba8148
1 Parent(s): dbf7251

according to error logs, share shall be True in demo.launch()...

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ demo = gr.Interface(fn=predict,
72
  article=article)
73
 
74
  # Launch the demo
75
- demo.launch(debug=False) # run on public url
76
 
77
 
78
  # *** IMPORTANTE: The Flag button of the interface will create a folder named "flagged" that will contain the images and predictions of those images that someone has Flagged***
 
72
  article=article)
73
 
74
  # Launch the demo
75
+ demo.launch(share=True) # run on public url
76
 
77
 
78
  # *** IMPORTANTE: The Flag button of the interface will create a folder named "flagged" that will contain the images and predictions of those images that someone has Flagged***