Update app.py
Browse files
app.py
CHANGED
@@ -32,5 +32,8 @@ iface = gr.Interface(
|
|
32 |
examples=[
|
33 |
['examples/0.jpg'],
|
34 |
['examples/1.jpg'],
|
|
|
|
|
|
|
35 |
])
|
36 |
iface.launch()
|
|
|
32 |
examples=[
|
33 |
['examples/0.jpg'],
|
34 |
['examples/1.jpg'],
|
35 |
+
['examples/2.jpg'],
|
36 |
+
['examples/3.jpg'],
|
37 |
+
|
38 |
])
|
39 |
iface.launch()
|