Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alex-abb
/
LLM_Feeling_Analyzer
like
2
Runtime error
App
Files
Files
Community
1
alex-abb
commited on
Jun 24, 2024
Commit
99c4e69
•
1 Parent(s):
d81e561
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -51,4 +51,4 @@ iface = gr.Interface(
51
live=True,
52
)
53
54
-
iface
.launch()
51
live=True,
52
)
53
54
+
gr
.
ChatInterface(generate_response).
launch()