Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
safetensors
/
convert
like
207
Running
App
Files
Files
Community
33
Narsil
HF staff
commited on
Mar 15, 2023
Commit
0d4f218
•
1 Parent(s):
7fb5a3e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -89,6 +89,6 @@ demo = gr.Interface(
89
],
90
outputs=[gr.Markdown(label="output")],
91
fn=run,
92
-
)
93
94
demo.launch()
89
],
90
outputs=[gr.Markdown(label="output")],
91
fn=run,
92
+
)
.queue()
93
94
demo.launch()