fffiloni commited on
Commit
f4f69ad
1 Parent(s): bc67d38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -184,5 +184,7 @@ gr.Interface(fn=infer,
184
  gr.Files(label="flow file")],
185
  title="RAFT Optical Flow",
186
  description=description,
187
- examples=[{"basket1.jpg", "basket2.jpg"}]
 
 
188
  ).launch()
 
184
  gr.Files(label="flow file")],
185
  title="RAFT Optical Flow",
186
  description=description,
187
+ examples=[
188
+ ["./basket1.jpg", "./basket2.jpg"]
189
+ ]
190
  ).launch()