Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aware-ai
/
german-asr
like
4
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
flozi00
commited on
May 30, 2022
Commit
57add4d
·
1 Parent(s):
ac80c90
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -45,4 +45,4 @@ gr.Interface(
45
46
[gr.Textbox(),"state"],
47
live=True
48
-
).launch()
45
46
[gr.Textbox(),"state"],
47
live=True
48
+
).launch(
server_name = "0.0.0.0"
)