Commit
·
888545f
1
Parent(s):
84f8461
Upload webUI_rerender_v1.py
Browse files- webUI_rerender_v1.py +0 -2
webUI_rerender_v1.py
CHANGED
@@ -638,7 +638,6 @@ with block:
|
|
638 |
with gr.Row():
|
639 |
with gr.Column():
|
640 |
input_path = gr.Textbox(label='Input Video Path',
|
641 |
-
default='',
|
642 |
placeholder='Enter video path here...')
|
643 |
|
644 |
prompt = gr.Textbox(label='Prompt')
|
@@ -956,7 +955,6 @@ with block:
|
|
956 |
return gr.Slider.update(value=max_keyframe, maximum=max_keyframe)
|
957 |
|
958 |
input_path.change(input_changed, input_path, [interval, keyframe_count])
|
959 |
-
input_path.upload(input_uploaded, input_path, [interval, keyframe_count])
|
960 |
interval.change(interval_changed, interval, keyframe_count)
|
961 |
|
962 |
ips_process3 = [*ips, max_process, use_poisson]
|
|
|
638 |
with gr.Row():
|
639 |
with gr.Column():
|
640 |
input_path = gr.Textbox(label='Input Video Path',
|
|
|
641 |
placeholder='Enter video path here...')
|
642 |
|
643 |
prompt = gr.Textbox(label='Prompt')
|
|
|
955 |
return gr.Slider.update(value=max_keyframe, maximum=max_keyframe)
|
956 |
|
957 |
input_path.change(input_changed, input_path, [interval, keyframe_count])
|
|
|
958 |
interval.change(interval_changed, interval, keyframe_count)
|
959 |
|
960 |
ips_process3 = [*ips, max_process, use_poisson]
|