cutechicken commited on
Commit
8bb0ce0
·
verified ·
1 Parent(s): 0899c4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -137,9 +137,9 @@ with gr.Blocks(css=css) as app:
137
  ai_output = gr.File(label="AI Output", visible=True)
138
 
139
  examples = [
140
- "examples/11.jpg",
141
- "examples/02.jpg",
142
- "examples/03.jpg",
143
  ]
144
 
145
  gr.Examples(
 
137
  ai_output = gr.File(label="AI Output", visible=True)
138
 
139
  examples = [
140
+ ["examples/11.jpg", True, False],
141
+ ["examples/02.jpg", True, False],
142
+ ["examples/03.jpg", True, False],
143
  ]
144
 
145
  gr.Examples(