Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -130,8 +130,9 @@ with gr.Blocks() as iface:
|
|
| 130 |
process_button = gr.Button("Process Audio")
|
| 131 |
|
| 132 |
with gr.Column():
|
| 133 |
-
|
| 134 |
-
|
|
|
|
| 135 |
|
| 136 |
with gr.Row():
|
| 137 |
with gr.Column():
|
|
|
|
| 130 |
process_button = gr.Button("Process Audio")
|
| 131 |
|
| 132 |
with gr.Column():
|
| 133 |
+
results = gr.Textbox(label="Output")
|
| 134 |
+
# transcription_output = gr.Textbox(label="Transcription/Translation", lines=10)
|
| 135 |
+
# full_text_output = gr.Textbox(label="Full Text", lines=5)
|
| 136 |
|
| 137 |
with gr.Row():
|
| 138 |
with gr.Column():
|