Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def main():
|
|
61 |
demo = gr.Interface(
|
62 |
fn=zero_shot_classify,
|
63 |
inputs=[
|
64 |
-
gr.Audio(label="Input Audio",show_label=False,source="microphone",type="filepath")
|
65 |
gr.Textbox(lines=1, label="Candidate class names (comma-separated)"),
|
66 |
gr.Radio(
|
67 |
choices=["tiny", "base", "small", "medium", "large"],
|
|
|
61 |
demo = gr.Interface(
|
62 |
fn=zero_shot_classify,
|
63 |
inputs=[
|
64 |
+
gr.Audio(label="Input Audio",show_label=False,source="microphone",type="filepath"),
|
65 |
gr.Textbox(lines=1, label="Candidate class names (comma-separated)"),
|
66 |
gr.Radio(
|
67 |
choices=["tiny", "base", "small", "medium", "large"],
|