Spaces:
Running
Running
SauravMaheshkar
commited on
Commit
•
f647e40
1
Parent(s):
0447836
fix: add examples
Browse files
app.py
CHANGED
@@ -68,6 +68,8 @@ with gr.Blocks() as demo:
|
|
68 |
examples = gr.Examples(
|
69 |
examples=[
|
70 |
"assets/input_one.webp",
|
|
|
|
|
71 |
],
|
72 |
fn=run,
|
73 |
inputs=[input_image_path],
|
|
|
68 |
examples = gr.Examples(
|
69 |
examples=[
|
70 |
"assets/input_one.webp",
|
71 |
+
"assets/input_two.webp",
|
72 |
+
"assets/input_three.webp",
|
73 |
],
|
74 |
fn=run,
|
75 |
inputs=[input_image_path],
|