Spaces:
Runtime error
Runtime error
Commit
·
9b9cd68
1
Parent(s):
5da584d
Update app.py
Browse files
app.py
CHANGED
|
@@ -365,7 +365,7 @@ with gr.Blocks() as iface:
|
|
| 365 |
video_input = gr.Video(autosize=True)
|
| 366 |
with gr.Column():
|
| 367 |
video_info = gr.Textbox()
|
| 368 |
-
video_info = gr.Textbox(value="If you want to use the inpaint function, it is best to download and use a machine with more VRAM locally. \
|
| 369 |
Alternatively, you can use the resize ratio slider to scale down the original image to around 360P resolution for faster processing.")
|
| 370 |
resize_ratio_slider = gr.Slider(minimum=0.02, maximum=1, step=0.02, value=1, label="Resize ratio", visible=True)
|
| 371 |
|
|
@@ -534,7 +534,7 @@ with gr.Blocks() as iface:
|
|
| 534 |
# cache_examples=True,
|
| 535 |
)
|
| 536 |
iface.queue(concurrency_count=1)
|
| 537 |
-
iface.launch(debug=True, enable_queue=True
|
| 538 |
|
| 539 |
|
| 540 |
|
|
|
|
| 365 |
video_input = gr.Video(autosize=True)
|
| 366 |
with gr.Column():
|
| 367 |
video_info = gr.Textbox()
|
| 368 |
+
video_info = gr.Textbox(value="Due to server restrictions, please upload a video that is no longer than 2 minutes. If you want to use the inpaint function, it is best to download and use a machine with more VRAM locally. \
|
| 369 |
Alternatively, you can use the resize ratio slider to scale down the original image to around 360P resolution for faster processing.")
|
| 370 |
resize_ratio_slider = gr.Slider(minimum=0.02, maximum=1, step=0.02, value=1, label="Resize ratio", visible=True)
|
| 371 |
|
|
|
|
| 534 |
# cache_examples=True,
|
| 535 |
)
|
| 536 |
iface.queue(concurrency_count=1)
|
| 537 |
+
iface.launch(debug=True, enable_queue=True)
|
| 538 |
|
| 539 |
|
| 540 |
|