Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
devilent2/whisper-v3-zero-dev
devilent2
/
whisper-v3-zero-canary
like
0
Running
on
Zero
App
Files
Files
Community
akhaliq
HF staff
commited on
Sep 21, 2022
Commit
5cdbebc
•
1 Parent(s):
3eb8d72
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -158,7 +158,7 @@ with block:
158
)
159
160
btn = gr.Button("Transcribe")
161
-
text = gr.Textbox()
162
163
164
158
)
159
160
btn = gr.Button("Transcribe")
161
+
text = gr.Textbox(
show_label=False
)
162
163
164