Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
@@ -92,15 +92,9 @@ with block:
|
|
92 |
audio = gr.Audio(
|
93 |
label="Input Audio",
|
94 |
show_label=False,
|
95 |
-
).style(
|
96 |
-
rounded=(True, False, False, True),
|
97 |
-
container=False,
|
98 |
)
|
99 |
|
100 |
-
btn = gr.Button("Transcribe")
|
101 |
-
margin=False,
|
102 |
-
rounded=(False, True, True, False),
|
103 |
-
)
|
104 |
text = gr.Textbox(
|
105 |
).style(height="auto")
|
106 |
|
|
|
92 |
audio = gr.Audio(
|
93 |
label="Input Audio",
|
94 |
show_label=False,
|
|
|
|
|
|
|
95 |
)
|
96 |
|
97 |
+
btn = gr.Button("Transcribe")
|
|
|
|
|
|
|
98 |
text = gr.Textbox(
|
99 |
).style(height="auto")
|
100 |
|