tggtg commited on
Commit
b297e4d
·
verified ·
1 Parent(s): b5b9c45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (<= 30s). It will be upscaled using AI/ffmpeg.")
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):