Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -657,6 +657,7 @@ with gr.Blocks(title="LTX-2 Video Distilled 🎥🔈") as demo:
|
|
| 657 |
fn=apply_resolution,
|
| 658 |
inputs=radioanimated,
|
| 659 |
outputs=[width, height],
|
|
|
|
| 660 |
)
|
| 661 |
|
| 662 |
generate_btn.click(
|
|
|
|
| 657 |
fn=apply_resolution,
|
| 658 |
inputs=radioanimated,
|
| 659 |
outputs=[width, height],
|
| 660 |
+
api_visibility="private"
|
| 661 |
)
|
| 662 |
|
| 663 |
generate_btn.click(
|