Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
radames/gradio_window_localStorage
chansung
/
test-multi-conv
like
15
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
chansung
commited on
May 18, 2023
Commit
b6e89e6
·
1 Parent(s):
061316d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -163,4 +163,4 @@ with gr.Blocks(css=STYLE, elem_id='container-col') as block:
163
_js=get_local_storage,
164
)
165
166
-
block.
queue().
launch(debug=True)
163
_js=get_local_storage,
164
)
165
166
+
block.launch(debug=True)