Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ with gr.Blocks(css=css) as demo:
|
|
131 |
with gr.Column():
|
132 |
output = gr.Audio(label="audio")
|
133 |
# output_byte_code = gr.Textbox(label="Byte Code Output")
|
134 |
-
btn.click(generate_audio,inputs=[prompt,duration, steps, cfg],outputs=
|
135 |
|
136 |
# Pre-load the model to avoid multiprocessing issues
|
137 |
model, model_config = load_model()
|
|
|
131 |
with gr.Column():
|
132 |
output = gr.Audio(label="audio")
|
133 |
# output_byte_code = gr.Textbox(label="Byte Code Output")
|
134 |
+
btn.click(generate_audio,inputs=[prompt,duration, steps, cfg],outputs=output,api_name="genAudio")
|
135 |
|
136 |
# Pre-load the model to avoid multiprocessing issues
|
137 |
model, model_config = load_model()
|