jadechoghari commited on
Commit
11106b2
1 Parent(s): 22bf1f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks(css=css) as demo:
122
  )
123
 
124
  # Example inputs, the last two are videos
125
- example_inputs = [
126
  ["examples/1.png", 3, "A scenic mountain view", 500],
127
  ["examples/2.png", 2, "A forest with birds", 500],
128
  ["examples/3.png", 1, "A crowded city", 500]
 
122
  )
123
 
124
  # Example inputs, the last two are videos
125
+ example = [
126
  ["examples/1.png", 3, "A scenic mountain view", 500],
127
  ["examples/2.png", 2, "A forest with birds", 500],
128
  ["examples/3.png", 1, "A crowded city", 500]