Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sarulab-speech
/
UTMOS-demo
like
18
Running
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
Wataru
commited on
Mar 14, 2022
Commit
b028e48
·
1 Parent(s):
91bdb2b
removed share
Browse files
Files changed (1)
hide
show
app.py
+1
-4
app.py
CHANGED
Viewed
@@ -50,7 +50,4 @@ iface = gr.Interface(
50
description=description,
51
allow_flagging=False,
52
53
-
).launch(
54
-
auth=("test", "sarulab-test"),
55
-
share=True
56
-
)
50
description=description,
51
allow_flagging=False,
52
53
+
).launch(
)