Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -103,7 +103,7 @@ with gr.Blocks() as demo:
|
|
| 103 |
|
| 104 |
with gr.Row(variant="compact", equal_height=True):
|
| 105 |
audio_input = gr.Audio(label="Speak Here", type="filepath")
|
| 106 |
-
text_input = gr.Textbox(label="Text Input", placeholder="Please transcribe this audio for me", interactive=True)
|
| 107 |
|
| 108 |
|
| 109 |
with gr.Row():
|
|
|
|
| 103 |
|
| 104 |
with gr.Row(variant="compact", equal_height=True):
|
| 105 |
audio_input = gr.Audio(label="Speak Here", type="filepath")
|
| 106 |
+
text_input = gr.Textbox(label="Text Input", placeholder="Please transcribe this audio for me", value="Please transcribe this audio for me", interactive=True)
|
| 107 |
|
| 108 |
|
| 109 |
with gr.Row():
|