Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -333,7 +333,7 @@ def generate_video(
|
|
| 333 |
return None, seed
|
| 334 |
|
| 335 |
# Create Gradio interface
|
| 336 |
-
with gr.Blocks(theme=gr.themes.Ocean(font=[gr.themes.GoogleFont("Lexend Deca"), "sans-serif"]), delete_cache=(60,
|
| 337 |
gr.Markdown(
|
| 338 |
"""
|
| 339 |
# Canny Control LTX Video Distilled
|
|
|
|
| 333 |
return None, seed
|
| 334 |
|
| 335 |
# Create Gradio interface
|
| 336 |
+
with gr.Blocks(theme=gr.themes.Ocean(font=[gr.themes.GoogleFont("Lexend Deca"), "sans-serif"]), delete_cache=(60, 900)) as demo:
|
| 337 |
gr.Markdown(
|
| 338 |
"""
|
| 339 |
# Canny Control LTX Video Distilled
|