Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PaddlePaddle
/
UIE-X
like
72
Runtime error
App
Files
Files
Community
2
sijunhe
commited on
Dec 31, 2022
Commit
94f7555
•
1 Parent(s):
9e2dc67
enable queue
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -375,4 +375,4 @@ with gr.Blocks() as demo:
375
376
377
if __name__ == "__main__":
378
-
demo.launch(
enable_queue=False
)
375
376
377
if __name__ == "__main__":
378
+
demo.
queue().
launch()