Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
YoniFriedman
/
EcuadorMediaAnalysis
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
YoniFriedman
commited on
Jan 24, 2024
Commit
a1858d6
·
verified
·
1 Parent(s):
ae547e2
reversing share of true
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -65,5 +65,5 @@ demo = gr.Interface(
65
live = True
66
)
67
68
-
demo.launch(
share = True
)
69
asyncio.run(main())
65
live = True
66
)
67
68
+
demo.launch()
69
asyncio.run(main())