storresbusquets commited on
Commit
b08f1bd
1 Parent(s): 638078a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -292,7 +292,7 @@ gio = GradioInference()
292
  title = "YouTube Insights"
293
  description = "Your AI-powered video analytics tool"
294
 
295
- block = gr.Blocks(theme=gr.themes.Soft())
296
 
297
  with block as demo:
298
  gr.HTML(
@@ -386,7 +386,7 @@ with block as demo:
386
  clear = gr.ClearButton([audio_file,text, summary, keywords, label, wordcloud_image], scale=1, value="Clear 🗑️")
387
  btn = gr.Button(
388
  "Get audio insights 🔎", variant="primary", scale=1
389
- )
390
  btn.click(
391
  gio.from_audio_input,
392
  inputs=[lang, size, audio_file],
 
292
  title = "YouTube Insights"
293
  description = "Your AI-powered video analytics tool"
294
 
295
+ block = gr.Blocks(theme=gr.themes.Soft(spacing_size="md", radius_size="md"))
296
 
297
  with block as demo:
298
  gr.HTML(
 
386
  clear = gr.ClearButton([audio_file,text, summary, keywords, label, wordcloud_image], scale=1, value="Clear 🗑️")
387
  btn = gr.Button(
388
  "Get audio insights 🔎", variant="primary", scale=1
389
+ ).set(btn="*radius_md")
390
  btn.click(
391
  gio.from_audio_input,
392
  inputs=[lang, size, audio_file],