Spaces:
Running
Running
Update app.py
Browse files
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(
|