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
b8ff7b0
•
1 Parent(s):
87af018
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -95,8 +95,7 @@ with block:
95
)
96
97
btn = gr.Button("Transcribe")
98
-
text = gr.Textbox(
99
-
).style(height="auto")
100
101
102
95
)
96
97
btn = gr.Button("Transcribe")
98
+
text = gr.Textbox(
)
99
100
101