Update app.py
Browse files
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
|
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():
|