Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -204,7 +204,7 @@ with gr.Blocks(theme=get_theme(),api_name=False, api_open=False, show_api=False)
|
|
204 |
inputs=[source_image_video, target_video, unique_id, frame_processor_checkbox, face_analyser_direction_dropdown, face_analyser_age_dropdown, face_analyser_gender_dropdown, skip_audio, keep_fps, keep_temp],
|
205 |
outputs=video_output,
|
206 |
fn=run,
|
207 |
-
cache_examples=
|
208 |
)
|
209 |
|
210 |
|
|
|
204 |
inputs=[source_image_video, target_video, unique_id, frame_processor_checkbox, face_analyser_direction_dropdown, face_analyser_age_dropdown, face_analyser_gender_dropdown, skip_audio, keep_fps, keep_temp],
|
205 |
outputs=video_output,
|
206 |
fn=run,
|
207 |
+
cache_examples=True
|
208 |
)
|
209 |
|
210 |
|