Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hshr/DeepFilterNet2
Mahmoud22
/
DeepFilterNet3
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Mahmoud22
commited on
Sep 16
Commit
9c7532c
·
verified
·
1 Parent(s):
dc63bc0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -332,4 +332,4 @@ with gr.Blocks() as demo:
332
gr.Markdown(open("usage.md").read())
333
334
cleanup_tmp()
335
-
demo.launch(
enable_queue=True
)
332
gr.Markdown(open("usage.md").read())
333
334
cleanup_tmp()
335
+
demo.launch()