mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-06-21 21:14:23 +08:00
Update forge_svd.py
This commit is contained in:
parent
640d005f22
commit
0ee75c1e44
@ -46,7 +46,7 @@ def predict(filename, width, height, video_frames, motion_bucket_id, fps, augmen
|
||||
|
||||
|
||||
def on_ui_tabs():
|
||||
with gr.Blocks(analytics_enabled=False) as svd_block:
|
||||
with gr.Blocks() as svd_block:
|
||||
with gr.Row():
|
||||
with gr.Column():
|
||||
input_image = gr.Image(label='Input Image', source='upload', type='numpy', height=400)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user