Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Detomo
/
audio-stream-translate
like
2
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
vumichien
commited on
Aug 22, 2022
Commit
c053c85
·
1 Parent(s):
ac68576
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -52,7 +52,8 @@ iface = gr.Interface(
52
],
53
outputs=[
54
"textbox",
55
-
"state"
56
],
57
live=True)
58
52
],
53
outputs=[
54
"textbox",
55
+
"state"
,
56
+
label="Interpreted text"
57
],
58
live=True)
59