Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
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("
|
| 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()
|