Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
stzhao
/
LeX-Enhancer
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
stzhao
commited on
Mar 31
Commit
a07a29c
·
verified
·
1 Parent(s):
460c942
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -123,4 +123,4 @@ with gr.Blocks() as demo:
123
)
124
125
if __name__ == "__main__":
126
-
demo.
queue(max_size=40, status_update_rate=0.1).
launch(
max_threads=4
)
123
)
124
125
if __name__ == "__main__":
126
+
demo.launch()