MTTR commited on
Commit
7df51c4
1 Parent(s): fd38ece

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ iface = gr.Interface(fn=process,
166
  title=title,
167
  description=description,
168
  enable_queue=True,
169
- # examples=[[420, 'skate_jump.mp4']], # Not working for some reason...
170
  article=article)
171
 
172
  iface.launch(debug=True)
 
166
  title=title,
167
  description=description,
168
  enable_queue=True,
169
+ examples=[['a black bike used to perform tricks', 'bike_tricks_1.mp4']], # Not working for some reason...
170
  article=article)
171
 
172
  iface.launch(debug=True)