Spaces:
Running on Zero
Running on Zero
update [kernels:flash-attn2] (cleaned) ✅
Browse files
app.py
CHANGED
|
@@ -473,8 +473,8 @@ with gr.Blocks() as demo:
|
|
| 473 |
elem_id="radioanimated_gpu_duration"
|
| 474 |
)
|
| 475 |
gpu_duration_state = gr.Number(value=60, visible=False)
|
| 476 |
-
|
| 477 |
-
gr.Markdown("*Note: Higher GPU duration allows for longer processing but consumes more GPU quota
|
| 478 |
|
| 479 |
radioanimated_gpu_duration.change(
|
| 480 |
fn=apply_gpu_duration,
|
|
|
|
| 473 |
elem_id="radioanimated_gpu_duration"
|
| 474 |
)
|
| 475 |
gpu_duration_state = gr.Number(value=60, visible=False)
|
| 476 |
+
|
| 477 |
+
gr.Markdown("*Note: Higher GPU duration allows for longer processing but consumes more GPU quota.*")
|
| 478 |
|
| 479 |
radioanimated_gpu_duration.change(
|
| 480 |
fn=apply_gpu_duration,
|