storresbusquets commited on
Commit
cfb7a0c
β€’
1 Parent(s): eae132f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -524,7 +524,7 @@ with block as demo:
524
  wordcloud_image = gr.Image(label="WordCloud")
525
 
526
  with gr.Row().style(equal_height=True):
527
- clear = gr.ClearButton([audio_file,text, summary, keywords, label, wordcloud_image], scale=1, value="Clear πŸ—‘οΈ")
528
  btn = gr.Button(
529
  "Get audio insights πŸ”Ž", variant="primary", scale=1
530
  )
 
524
  wordcloud_image = gr.Image(label="WordCloud")
525
 
526
  with gr.Row().style(equal_height=True):
527
+ clear = gr.ClearButton([article, summary, keywords, label, wordcloud_image], scale=1, value="Clear πŸ—‘οΈ")
528
  btn = gr.Button(
529
  "Get audio insights πŸ”Ž", variant="primary", scale=1
530
  )