Spaces:
Runtime error
Runtime error
LeoXing1996 commited on
Commit ·
0f3562d
1
Parent(s): 2d9f1b0
revise style
Browse files- app-huggingface.py +1 -6
app-huggingface.py
CHANGED
|
@@ -272,6 +272,7 @@ class AnimateController:
|
|
| 272 |
):
|
| 273 |
|
| 274 |
global sample_idx
|
|
|
|
| 275 |
|
| 276 |
if init_img is None:
|
| 277 |
if example_img is None:
|
|
@@ -473,12 +474,6 @@ def ui():
|
|
| 473 |
with gr.Row():
|
| 474 |
download = gr.Files(file_types=['gif', 'mp4'], label='Donwload Output')
|
| 475 |
|
| 476 |
-
# style_dropdown.change(fn=controller.fetch_default_n_prompt,
|
| 477 |
-
# inputs=[style_dropdown],
|
| 478 |
-
# outputs=[negative_prompt_textbox,
|
| 479 |
-
# ip_adapter_scale],
|
| 480 |
-
# queue=False)
|
| 481 |
-
|
| 482 |
generate_button.click(
|
| 483 |
fn=controller.animate,
|
| 484 |
inputs=[
|
|
|
|
| 272 |
):
|
| 273 |
|
| 274 |
global sample_idx
|
| 275 |
+
print(example_img)
|
| 276 |
|
| 277 |
if init_img is None:
|
| 278 |
if example_img is None:
|
|
|
|
| 474 |
with gr.Row():
|
| 475 |
download = gr.Files(file_types=['gif', 'mp4'], label='Donwload Output')
|
| 476 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 477 |
generate_button.click(
|
| 478 |
fn=controller.animate,
|
| 479 |
inputs=[
|