Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
openai/whisper
ciditel
/
whisper
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
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