Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
weizmannscience
/
tokenflow
like
170
Runtime error
App
Files
Files
Community
4
multimodalart
HF staff
commited on
Sep 1, 2023
Commit
c06160a
•
1 Parent(s):
76c83ed
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -315,4 +315,4 @@ with gr.Blocks(css="style.css") as demo:
315
316
317
demo.queue()
318
-
demo.launch(
share=True
)
315
316
317
demo.queue()
318
+
demo.launch()