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 21, 2024
Commit
ae39720
•
1 Parent(s):
b15d0ab
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -41,5 +41,5 @@ iface = gr.Interface(
41
live=True,
42
)
43
44
-
iface
.launch()
45
41
live=True,
42
)
43
44
+
gr
.
ChatInterface(generate_response).
launch()
45