mattb512 commited on
Commit
b2f5c8e
1 Parent(s): 60d260f

add thumbnail

Browse files
Files changed (2) hide show
  1. app.py +2 -1
  2. 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