Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
skydheere
/
Hor-chatbot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
skydheere
commited on
Apr 5, 2023
Commit
b1a652c
·
1 Parent(s):
29add22
Add application file
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -39,4 +39,4 @@ iface = gr.Interface(fn=chatbot,
39
title="Hormuud Services")
40
41
# index = construct_index("docs")
42
-
iface.launch(
share=True
)
39
title="Hormuud Services")
40
41
# index = construct_index("docs")
42
+
iface.launch()