Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Justin-J
/
Sentiment-Analysis-App-using-Gradio
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Justin-J
commited on
Dec 21, 2023
Commit
817c508
·
1 Parent(s):
75ec8c0
update my project file
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.Interface.load("Justin-J/finetuned_sentiment_modell").launch()
1
import gradio as gr
2
3
+
gr.Interface.load("
models/
Justin-J/finetuned_sentiment_modell").launch()