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