Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
nvidia/canary-1b
gobeldan
/
canary-1b
like
2
Running
App
Files
Files
Community
gobeldan
commited on
Feb 12
Commit
e908d81
•
1 Parent(s):
d3f770e
share=True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -327,4 +327,4 @@ with gr.Blocks(
327
328
329
demo.queue()
330
-
demo.launch()
327
328
329
demo.queue()
330
+
demo.launch(
share=True
)