Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Tonic/ClaireGPT_Chat
Tonic1
/
ImageEdit-GOT-OCR
like
18
Paused
App
Files
Files
Community
10
Tonic
commited on
Feb 23
Commit
54f1ed7
•
1 Parent(s):
b5a025c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -303,4 +303,6 @@ def app_interface():
303
304
return demo
305
306
app_interface().launch(share=True)
303
304
return demo
305
306
+
307
+
app_interface().queue()
308
app_interface().launch(share=True)