SpyC0der77 commited on
Commit
7c3a3aa
·
verified ·
1 Parent(s): 02f987c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -239,7 +239,7 @@ def process_video_ai(video_file, zoom, vertical_only, progress=gr.Progress(track
239
  # Build the Gradio UI.
240
  with gr.Blocks() as demo:
241
  gr.Markdown("# AI-Powered Video Stabilization")
242
- gr.Markdown("Upload a video, select a zoom factor, and choose whether to apply only vertical stabilization. The system will generate motion data using an AI model (RAFT if available) and then stabilize the video with live progress updates and alerts.")
243
 
244
  with gr.Row():
245
  with gr.Column():
 
239
  # Build the Gradio UI.
240
  with gr.Blocks() as demo:
241
  gr.Markdown("# AI-Powered Video Stabilization")
242
+ gr.Markdown("Upload a video, select a zoom factor, and choose whether to apply only vertical stabilization. The system will generate motion data using an AI model (RAFT if available) and then stabilize the video.")
243
 
244
  with gr.Row():
245
  with gr.Column():