Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tonic
/
e5
like
7
Runtime error
App
Files
Files
Community
5
Tonic
commited on
Jan 20
Commit
3aba01d
β’
1 Parent(s):
c9f8c2c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -255,5 +255,5 @@ def app_interface():
255
256
return demo
257
258
-
# Run the Gradio app
259
app_interface().launch()
255
256
return demo
257
258
+
app_interface().queue()
259
app_interface().launch()