Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
daveckw
/
custom-chatgpt
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
daveckw
commited on
Apr 5, 2023
Commit
ab0a935
·
1 Parent(s):
3a93051
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -80,4 +80,4 @@ iface = gr.Interface(
80
)
81
82
index = construct_index("docs")
83
-
iface.launch(
share=True
)
80
)
81
82
index = construct_index("docs")
83
+
iface.launch()