Spaces:
Sleeping
Sleeping
add thumbnail
Browse files- app.py +2 -1
- thumbnail.webp +0 -0
app.py
CHANGED
@@ -49,5 +49,6 @@ iface = gr.Interface(fn=call,
|
|
49 |
examples=[
|
50 |
os.path.join(os.path.dirname(__file__), "examples/1.jpg"),
|
51 |
os.path.join(os.path.dirname(__file__), "examples/2.jpg")
|
52 |
-
]
|
|
|
53 |
iface.launch()
|
|
|
49 |
examples=[
|
50 |
os.path.join(os.path.dirname(__file__), "examples/1.jpg"),
|
51 |
os.path.join(os.path.dirname(__file__), "examples/2.jpg")
|
52 |
+
],
|
53 |
+
thumbnail="thumbnail.webp")
|
54 |
iface.launch()
|
thumbnail.webp
ADDED