Kr08 commited on
Commit
582221d
·
verified ·
1 Parent(s): 7a5f7ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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
- transcription_output = gr.Textbox(label="Transcription/Translation", lines=10)
134
- full_text_output = gr.Textbox(label="Full Text", lines=5)
 
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():