Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ajeetkumar01
/
Sentiment-Analysis-Finetune-DistilBERT
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ajeetkumar01
commited on
Apr 5, 2024
Commit
3e7c8fd
·
verified
·
1 Parent(s):
c2c1ecd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -37,4 +37,5 @@ interface = gr.Interface(predict_sentiment, text_input, output_text,
37
allow_flagging=False,
38
)
39
40
interface.launch(share=True)
37
allow_flagging=False,
38
)
39
40
+
41
interface.launch(share=True)