Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
tobiccino
/
tamchuc
like
0
Runtime error
App
Files
Files
Community
tobiccino
commited on
May 27, 2023
Commit
7bbbf05
•
1 Parent(s):
af1117b
update
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -40,4 +40,4 @@ iface = gr.Interface(fn=chatbot,
40
index = construct_index("docs")
41
42
43
-
iface.launch(
share=True
)
40
index = construct_index("docs")
41
42
43
+
iface.launch()