Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
BlinkDL/RWKV-Gradio-1
hakanwkwjbwbs
/
ChatRWKV-gradio
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hakanwkwjbwbs
commited on
Mar 26, 2023
Commit
3a2282b
·
1 Parent(s):
ac956e1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -129,4 +129,4 @@ demo = gr.TabbedInterface(
129
)
130
131
demo.queue(max_size=10)
132
-
demo.launch(share=
False
)
129
)
130
131
demo.queue(max_size=10)
132
+
demo.launch(share=
True
)