PierreBrunelle commited on
Commit
ddc1de3
1 Parent(s): 9bc3e31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ def gradio_interface():
175
  height='400px'
176
  )
177
 
178
- df_output = gr.Textbox(label="Transcription", show_copy_button=True)
179
 
180
  generate_btn.click(
181
  fn=process_and_generate_post,
 
175
  height='400px'
176
  )
177
 
178
+ df_output = gr.Textbox(label="Transcription", show_copy_button=True)
179
 
180
  generate_btn.click(
181
  fn=process_and_generate_post,