Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,7 +101,7 @@ def run_rife(
|
|
| 101 |
with gr.Blocks(title="Professional FPS Booster") as app:
|
| 102 |
gr.Markdown("# ⚡ RIFE: High-Performance FPS Booster")
|
| 103 |
gr.Markdown("Maximize video fluidity and frame rate using deep flow estimation.")
|
| 104 |
-
gr.Markdown("⚠️ **
|
| 105 |
|
| 106 |
with gr.Row():
|
| 107 |
# --- Left Column: Inputs & Settings ---
|
|
|
|
| 101 |
with gr.Blocks(title="Professional FPS Booster") as app:
|
| 102 |
gr.Markdown("# ⚡ RIFE: High-Performance FPS Booster")
|
| 103 |
gr.Markdown("Maximize video fluidity and frame rate using deep flow estimation.")
|
| 104 |
+
gr.Markdown("⚠️ **Notice:** Keep input videos under 60 seconds for frame interpolation to prevent GPU task aborts.")
|
| 105 |
|
| 106 |
with gr.Row():
|
| 107 |
# --- Left Column: Inputs & Settings ---
|