Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
147 |
examples_per_page=5,
|
148 |
cache_examples=False,
|
149 |
)
|
150 |
-
|
151 |
gr.Markdown(load_description("assets/gradio_description_retargeting.md"), visible=True)
|
152 |
with gr.Row(visible=True):
|
153 |
eye_retargeting_slider.render()
|
@@ -206,7 +206,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
206 |
outputs=[output_video, output_video_concat],
|
207 |
show_progress=True
|
208 |
)
|
209 |
-
|
210 |
# image_input.change(
|
211 |
# fn=gradio_pipeline.prepare_retargeting,
|
212 |
# inputs=image_input,
|
|
|
147 |
examples_per_page=5,
|
148 |
cache_examples=False,
|
149 |
)
|
150 |
+
|
151 |
gr.Markdown(load_description("assets/gradio_description_retargeting.md"), visible=True)
|
152 |
with gr.Row(visible=True):
|
153 |
eye_retargeting_slider.render()
|
|
|
206 |
outputs=[output_video, output_video_concat],
|
207 |
show_progress=True
|
208 |
)
|
209 |
+
|
210 |
# image_input.change(
|
211 |
# fn=gradio_pipeline.prepare_retargeting,
|
212 |
# inputs=image_input,
|