Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -173,7 +173,7 @@ def process_video(video_file) -> Tuple[str, str]:
|
|
| 173 |
# Gradio UI
|
| 174 |
with gr.Blocks(title="AI Video Enhancer 4K") as demo:
|
| 175 |
gr.Markdown("# AI Video Enhancer 4K")
|
| 176 |
-
gr.Markdown("Upload a short video (<=
|
| 177 |
|
| 178 |
with gr.Row():
|
| 179 |
with gr.Column(scale=2):
|
|
|
|
| 173 |
# Gradio UI
|
| 174 |
with gr.Blocks(title="AI Video Enhancer 4K") as demo:
|
| 175 |
gr.Markdown("# AI Video Enhancer 4K")
|
| 176 |
+
gr.Markdown("Upload a short video (<= 60s). It will be upscaled using AI/ffmpeg.")
|
| 177 |
|
| 178 |
with gr.Row():
|
| 179 |
with gr.Column(scale=2):
|