Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Korawan
/
demo03
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Korawan
commited on
Apr 10
Commit
e8e019c
·
verified
·
1 Parent(s):
340e7cf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -26,4 +26,4 @@ async def get_sentiment(text):
26
27
demo = gr.Interface(fn=get_sentiment, inputs="text", outputs="json")
28
29
-
demo.launch(
26
27
demo = gr.Interface(fn=get_sentiment, inputs="text", outputs="json")
28
29
+
demo.launch(
)