Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -565,7 +565,6 @@ def build_ui() -> gr.Blocks:
|
|
| 565 |
inputs=[video_input, caption_input],
|
| 566 |
outputs=[log_output, video_output], # ⭐ 必须同时指定outputs
|
| 567 |
fn=generate_audio, # ⭐ 指定运行函数
|
| 568 |
-
cache_examples=True, # ⭐ 启动时预跑并缓存
|
| 569 |
examples_per_page=5,
|
| 570 |
)
|
| 571 |
|
|
|
|
| 565 |
inputs=[video_input, caption_input],
|
| 566 |
outputs=[log_output, video_output], # ⭐ 必须同时指定outputs
|
| 567 |
fn=generate_audio, # ⭐ 指定运行函数
|
|
|
|
| 568 |
examples_per_page=5,
|
| 569 |
)
|
| 570 |
|