Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Ajith09
/
DermoAi_Chatbot
like
0
Runtime error
App
Files
Files
Community
Ajith09
commited on
Oct 5
Commit
051b4b9
•
1 Parent(s):
e672661
Updated app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -110,4 +110,4 @@ iface = gr.Interface(
110
)
111
112
# Launch the Gradio interface
113
-
iface.launch(share=True)
110
)
111
112
# Launch the Gradio interface
113
+
iface.launch(share=True
, enable_api=True
)