fffiloni commited on
Commit
9f95189
1 Parent(s): 65f0b97

Update app.py

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