Spaces:
Runtime error
Runtime error
Commit
·
d928275
1
Parent(s):
851019e
update inpain info
Browse files
app.py
CHANGED
@@ -367,7 +367,7 @@ with gr.Blocks() as iface:
|
|
367 |
video_input = gr.Video(autosize=True)
|
368 |
with gr.Column():
|
369 |
video_info = gr.Textbox()
|
370 |
-
|
371 |
Alternatively, you can use the resize ratio slider to scale down the original image to around 360P resolution for faster processing.")
|
372 |
resize_ratio_slider = gr.Slider(minimum=0.02, maximum=1, step=0.02, value=1, label="Resize ratio", visible=True)
|
373 |
|
|
|
367 |
video_input = gr.Video(autosize=True)
|
368 |
with gr.Column():
|
369 |
video_info = gr.Textbox()
|
370 |
+
inpaint_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. \
|
371 |
Alternatively, you can use the resize ratio slider to scale down the original image to around 360P resolution for faster processing.")
|
372 |
resize_ratio_slider = gr.Slider(minimum=0.02, maximum=1, step=0.02, value=1, label="Resize ratio", visible=True)
|
373 |
|