Spaces:
Sleeping
Sleeping
add examples
Browse files
app.py
CHANGED
@@ -110,10 +110,10 @@ iface = gr.Interface(fn=call,
|
|
110 |
examples=[
|
111 |
os.path.join(os.path.dirname(__file__), "examples/1.jpg"),
|
112 |
os.path.join(os.path.dirname(__file__), "examples/2.jpg"),
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
],
|
118 |
thumbnail="thumbnail.webp")
|
119 |
iface.launch()
|
|
|
110 |
examples=[
|
111 |
os.path.join(os.path.dirname(__file__), "examples/1.jpg"),
|
112 |
os.path.join(os.path.dirname(__file__), "examples/2.jpg"),
|
113 |
+
os.path.join(os.path.dirname(__file__), "examples/3.jpg"),
|
114 |
+
os.path.join(os.path.dirname(__file__), "examples/4.jpg"),
|
115 |
+
os.path.join(os.path.dirname(__file__), "examples/5.jpg"),
|
116 |
+
os.path.join(os.path.dirname(__file__), "examples/6.jpg"),
|
117 |
],
|
118 |
thumbnail="thumbnail.webp")
|
119 |
iface.launch()
|