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...
Update app.py
#1
by
raghuram13
- opened
Mar 3, 2023
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
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()