Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -151,9 +151,10 @@ with gr.Blocks(css=css) as demo:
|
|
| 151 |
examples = gr.Examples(
|
| 152 |
examples=[
|
| 153 |
"examples/image_1.jpg",
|
| 154 |
-
"examples/
|
| 155 |
-
"examples/
|
| 156 |
-
"examples/
|
|
|
|
| 157 |
],
|
| 158 |
inputs=input_im,
|
| 159 |
)
|
|
@@ -171,4 +172,4 @@ with gr.Blocks(css=css) as demo:
|
|
| 171 |
# show_progress="minimal",
|
| 172 |
)
|
| 173 |
|
| 174 |
-
demo.queue().launch(
|
|
|
|
| 151 |
examples = gr.Examples(
|
| 152 |
examples=[
|
| 153 |
"examples/image_1.jpg",
|
| 154 |
+
"examples/image_2.jpg",
|
| 155 |
+
"examples/image_3.jpg",
|
| 156 |
+
"examples/image_4.jpg",
|
| 157 |
+
"examples/image_5.jpg",
|
| 158 |
],
|
| 159 |
inputs=input_im,
|
| 160 |
)
|
|
|
|
| 172 |
# show_progress="minimal",
|
| 173 |
)
|
| 174 |
|
| 175 |
+
demo.queue().launch()
|