Update app.py
Browse files
app.py
CHANGED
@@ -187,11 +187,11 @@ def create_gradio_interface():
|
|
187 |
|
188 |
|
189 |
default_images = [
|
190 |
-
"
|
191 |
-
"
|
192 |
-
"
|
193 |
]
|
194 |
-
default_gif_path = "
|
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():
|