atharvak30 commited on
Commit
2f6db39
·
verified ·
1 Parent(s): 8edcf35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -291,8 +291,7 @@ with gr.Blocks(title="AI Video Enhancer", theme=gr.themes.Soft()) as demo:
291
  out_video = gr.Video(label="Result")
292
 
293
  gr.Markdown(
294
- "**Limit: 10 seconds of video** (ZeroGPU quota). "
295
- "Log in to HuggingFace for more!"
296
  )
297
 
298
  btn.click(fn=process_video, inputs=[video_in, scale_choice], outputs=[status, out_video])
 
291
  out_video = gr.Video(label="Result")
292
 
293
  gr.Markdown(
294
+ "**NOTE:** The video processing may appear stuck at 25%. It is NOT stuck; it is working in the background, and will directly jump to 80% once it's finished!"
 
295
  )
296
 
297
  btn.click(fn=process_video, inputs=[video_in, scale_choice], outputs=[status, out_video])