dwarkesh commited on
Commit
916018b
·
verified ·
1 Parent(s): f2fe599

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -360,13 +360,13 @@ with gr.Blocks(title="Transcript Enhancer") as demo:
360
  scale=1
361
  )
362
 
363
- with gr.Row():
364
- audio_input = gr.File(
365
- label="Upload Audio File",
366
- type="binary",
367
- file_count="single",
368
- file_types=["audio"]
369
- )
370
 
371
  with gr.Row():
372
  transcribe_btn = gr.Button("📝 Transcribe & Gemini")
 
360
  scale=1
361
  )
362
 
363
+ with gr.Row():
364
+ audio_input = gr.File(
365
+ label="Upload Audio File",
366
+ type="binary",
367
+ file_count="single",
368
+ file_types=["audio"]
369
+ )
370
 
371
  with gr.Row():
372
  transcribe_btn = gr.Button("📝 Transcribe & Gemini")