spdraptor commited on
Commit
d2b1aff
·
verified ·
1 Parent(s): 395f2dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=output_byte_code,api_name="genAudio")
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()