Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
safetensors/convert
Hhblvjgvg
/
convert
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SFconvertbot
commited on
Apr 12, 2023
Commit
f8b335f
·
1 Parent(s):
cac4e35
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -93,4 +93,4 @@ demo = gr.Interface(
93
fn=run,
94
).queue()
95
96
-
demo.launch(show_api=True)
93
fn=run,
94
).queue()
95
96
+
demo.launch(show_api=True
, max_size=10
)