Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wangrongsheng
/
ChatCitation
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
wangrongsheng
commited on
Apr 18, 2023
Commit
a1bf31f
·
1 Parent(s):
776a106
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -81,4 +81,4 @@ demo = gr.Interface(fn=process,
81
outputs="text",
82
title=title,
83
description=description)
84
-
demo.launch(share=
True
)
81
outputs="text",
82
title=title,
83
description=description)
84
+
demo.launch(share=
False
)