jadechoghari commited on
Commit
6d31513
1 Parent(s): 11106b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks(css=css) as demo:
133
  return load_cached_example_outputs(example_index)
134
 
135
  gr.Examples(
136
- examples=examples, # Example inputs
137
  inputs=[image, num_audios, prompt, steps],
138
  outputs=[processed_image, generated_audio],
139
  cache_examples=True, # Cache examples to avoid running the model
 
133
  return load_cached_example_outputs(example_index)
134
 
135
  gr.Examples(
136
+ examples=example, # Example inputs
137
  inputs=[image, num_audios, prompt, steps],
138
  outputs=[processed_image, generated_audio],
139
  cache_examples=True, # Cache examples to avoid running the model