Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -43,5 +43,5 @@ with gr.Blocks(theme=my_theme) as demo:
|
|
43 |
out=gr.Audio(label="Llamas singing your dream")
|
44 |
inp.change(find_closest_mp3,inp,out,scroll_to_output=True)
|
45 |
out.play(None)
|
46 |
-
demo.queue(1)
|
47 |
demo.launch(show_api=False)
|
|
|
43 |
out=gr.Audio(label="Llamas singing your dream")
|
44 |
inp.change(find_closest_mp3,inp,out,scroll_to_output=True)
|
45 |
out.play(None)
|
46 |
+
demo.queue(1,api_open=False)
|
47 |
demo.launch(show_api=False)
|