Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,8 +66,8 @@ with gr.Blocks() as demo:
|
|
66 |
gr.Examples(
|
67 |
examples=[
|
68 |
[
|
69 |
-
"
|
70 |
-
"
|
71 |
]
|
72 |
],
|
73 |
fn=infer,
|
|
|
66 |
gr.Examples(
|
67 |
examples=[
|
68 |
[
|
69 |
+
"example1.jpg",
|
70 |
+
"example2.jpg"
|
71 |
]
|
72 |
],
|
73 |
fn=infer,
|