Spaces:
Runtime error
Runtime error
Commit
·
14cf752
1
Parent(s):
14866c7
Update app.py
Browse files
app.py
CHANGED
@@ -385,7 +385,7 @@ with block as demo:
|
|
385 |
clear = gr.ClearButton([audio_file,text, summary, keywords, label, wordcloud_image], scale=1, value="Clear 🗑️")
|
386 |
btn = gr.Button(
|
387 |
"Get audio insights 🔎", variant="primary", scale=1
|
388 |
-
)
|
389 |
btn.click(
|
390 |
gio.from_audio_input,
|
391 |
inputs=[lang, size, audio_file],
|
|
|
385 |
clear = gr.ClearButton([audio_file,text, summary, keywords, label, wordcloud_image], scale=1, value="Clear 🗑️")
|
386 |
btn = gr.Button(
|
387 |
"Get audio insights 🔎", variant="primary", scale=1
|
388 |
+
)
|
389 |
btn.click(
|
390 |
gio.from_audio_input,
|
391 |
inputs=[lang, size, audio_file],
|