Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ozziey
/
emotion-classifier-from-string
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ozziey
commited on
Jan 7, 2023
Commit
a1dc744
·
1 Parent(s):
8b71d49
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -11,4 +11,4 @@ gr.Interface(
11
fn=analyze,
12
inputs= 'text',
13
outputs="text",
14
-
allow_flagging=False,).launch(
share=True
);
11
fn=analyze,
12
inputs= 'text',
13
outputs="text",
14
+
allow_flagging=False,).launch();