AMfeta99 commited on
Commit
7245a2d
·
verified ·
1 Parent(s): 2e1283c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -187,11 +187,11 @@ def create_gradio_interface():
187
 
188
 
189
  default_images = [
190
- "car_past2.png",
191
- "car_present2.png",
192
- "car_future2.png"
193
  ]
194
- default_gif_path = "car_evolution2.gif"
195
 
196
  with gr.Row():
197
  with gr.Column():
 
187
 
188
 
189
  default_images = [
190
+ "car_past.png",
191
+ "car_present.png",
192
+ "car_future.png"
193
  ]
194
+ default_gif_path = "car_evolution.gif"
195
 
196
  with gr.Row():
197
  with gr.Column():