Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ChatbotML
/
KC_Analizador_Emociones
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ChatbotML
commited on
Mar 16, 2024
Commit
1183947
·
verified
·
1 Parent(s):
22a7cc0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -43,4 +43,4 @@ iface = gr.Interface(launch,
43
outputs="text",
44
title=titulo, description=descripcion)
45
46
-
iface.launch()
43
outputs="text",
44
title=titulo, description=descripcion)
45
46
+
iface.launch(
show_api=False
)