Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aware-ai
/
german-asr
like
5
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
flozi00
commited on
May 31, 2022
Commit
fb40cda
·
1 Parent(s):
2e8cc61
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -29,4 +29,4 @@ names = [
29
"ASR",
30
]
31
32
-
gradio
.TabbedInterface(interfaces, names).launch(server_name = "0.0.0.0")
29
"ASR",
30
]
31
32
+
gr
.TabbedInterface(interfaces, names).launch(server_name = "0.0.0.0")