Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Tonic1/ImageEdit-GOT-OCR
Tonic1
/
TonicsOrca2
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Tonic
commited on
Nov 22, 2023
Commit
31b4c08
·
1 Parent(s):
2407fc5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -78,4 +78,4 @@ iface = gr.Interface(
78
theme="ParityError/Anime"
79
)
80
81
-
demo
.queue(max_size=5).iface.launch()
78
theme="ParityError/Anime"
79
)
80
81
+
iface
.queue(max_size=5).iface.launch()