Spaces:
Sleeping
Sleeping
according to error logs, share shall be True in demo.launch()...
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ demo = gr.Interface(fn=predict,
|
|
72 |
article=article)
|
73 |
|
74 |
# Launch the demo
|
75 |
-
demo.launch(
|
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***
|