Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PravinS
/
Sentiment_Analysis
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
raghuram13
commited on
Mar 3, 2023
Commit
306dcfa
·
1 Parent(s):
f93f3e1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -15,4 +15,4 @@ iface =gr.Interface(
15
16
)
17
18
-
iface.launch(
inline= False,auth=('user','password'
)
,auth_message="check login details sent to you email")
15
16
)
17
18
+
iface.launch()