atharvak30 commited on
Commit
8edcf35
·
verified ·
1 Parent(s): 64fa463

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -273,7 +273,7 @@ def process_video(video_file, scale: int = 4, progress=gr.Progress()) -> Tuple[s
273
  # Gradio UI
274
  with gr.Blocks(title="AI Video Enhancer", theme=gr.themes.Soft()) as demo:
275
  gr.Markdown("# AI Video Enhancer")
276
- gr.Markdown("Upscale videos using Real-ESRGAN AI. **Log in above for more GPU quota!**")
277
 
278
  # LOGIN BUTTON - This allows ZeroGPU to recognize your Pro account
279
  gr.LoginButton()
 
273
  # Gradio UI
274
  with gr.Blocks(title="AI Video Enhancer", theme=gr.themes.Soft()) as demo:
275
  gr.Markdown("# AI Video Enhancer")
276
+ gr.Markdown("**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!")
277
 
278
  # LOGIN BUTTON - This allows ZeroGPU to recognize your Pro account
279
  gr.LoginButton()