Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
AnkitAI
/
reviews-roberta-sentiment-analyser
like
1
Running
App
Files
Files
Community
AnkitAI
commited on
Jun 28
Commit
f528541
•
1 Parent(s):
e25ecd5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -86,5 +86,6 @@ interface = gr.Interface(
86
allow_flagging="never"
87
)
88
89
# Launch the interface
90
interface.launch()
86
allow_flagging="never"
87
)
88
89
+
90
# Launch the interface
91
interface.launch()