Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ with block:
|
|
49 |
label="Transcription",
|
50 |
placeholder="Transcription Output",
|
51 |
lines=5)
|
52 |
-
with gr.Row()
|
53 |
btn = gr.Button("Transcribe")
|
54 |
|
55 |
|
|
|
49 |
label="Transcription",
|
50 |
placeholder="Transcription Output",
|
51 |
lines=5)
|
52 |
+
with gr.Row():
|
53 |
btn = gr.Button("Transcribe")
|
54 |
|
55 |
|