Spaces:
Sleeping
Sleeping
Ajout
Browse files
app.py
CHANGED
@@ -56,7 +56,6 @@ try:
|
|
56 |
gr.Markdown("# Sound search database")
|
57 |
inp = gr.Textbox(placeholder="What sound are you looking for?")
|
58 |
out = [gr.Audio(label=f"{x}") for x in range(max_results)]
|
59 |
-
print(sound_search("fun"))
|
60 |
inp.submit(sound_search, inputs=inp, outputs=out)
|
61 |
|
62 |
demo.launch()
|
|
|
56 |
gr.Markdown("# Sound search database")
|
57 |
inp = gr.Textbox(placeholder="What sound are you looking for?")
|
58 |
out = [gr.Audio(label=f"{x}") for x in range(max_results)]
|
|
|
59 |
inp.submit(sound_search, inputs=inp, outputs=out)
|
60 |
|
61 |
demo.launch()
|