Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yesdeepakmittal
/
fake-news-classifier
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yesdeepakmittal
commited on
Apr 8, 2022
Commit
71669c4
·
1 Parent(s):
01b6f73
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -28,5 +28,5 @@ iface = gr.Interface(
28
outputs = 'text'
29
)
30
31
-
url = iface.launch(
share=True
)
32
# return url[]
28
outputs = 'text'
29
)
30
31
+
url = iface.launch()
32
# return url[]