Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Chris4K
/
german-sentiment-bert
like
2
Runtime error
App
Files
Files
Community
Chris4K
commited on
Nov 21, 2023
Commit
6a7649a
•
1 Parent(s):
98d4d13
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -6,4 +6,4 @@ description = "This is a demo as a example"
6
7
8
9
-
gr.Interface.load("models/oliverguhr/german-sentiment-bert").launch()
6
7
8
9
+
gr.Interface.load("models/oliverguhr/german-sentiment-bert").launch(
share=True
)