Update app.py
Browse files
app.py
CHANGED
|
@@ -180,7 +180,7 @@ with gr.Blocks(
|
|
| 180 |
with gr.TabItem("Examples"):
|
| 181 |
gr.Markdown("### Example Images")
|
| 182 |
gr.Examples(
|
| 183 |
-
examples=[["sample_1.jpg"], ["sample_2.jpg"], ["sample_3.jpg"], ["sample_4.jpg"], ["sample_5.jpg"]],
|
| 184 |
inputs=input_image,
|
| 185 |
outputs=[
|
| 186 |
output_image,
|
|
|
|
| 180 |
with gr.TabItem("Examples"):
|
| 181 |
gr.Markdown("### Example Images")
|
| 182 |
gr.Examples(
|
| 183 |
+
examples=[["sample_1.jpg"], ["sample_2.jpg"], ["sample_3.jpg"], ["sample_4.jpg"], ["sample_5.jpg"],["sample_6.jpg"], ["sample_7.jpg"], ["sample_8.jpg"]],
|
| 184 |
inputs=input_image,
|
| 185 |
outputs=[
|
| 186 |
output_image,
|