jadechoghari commited on
Commit
08b9eea
·
verified ·
1 Parent(s): 8ce186c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ with gr.Blocks(css=css) as demo:
148
 
149
  # Add the examples to Gradio
150
  gr.Examples(
151
- examples=example_inputs,
152
  inputs=[image, num_audios, prompt, steps],
153
  outputs=[processed_image, generated_audio],
154
  cache_examples=True,
 
148
 
149
  # Add the examples to Gradio
150
  gr.Examples(
151
+ examples=examples,
152
  inputs=[image, num_audios, prompt, steps],
153
  outputs=[processed_image, generated_audio],
154
  cache_examples=True,