Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ with gr.Blocks() as interface:
|
|
120 |
model_name_2_output = gr.Dropdown(label="Model Name 2", choices=model_names, value=model_names[1])
|
121 |
video_output_2 = gr.Video(label="Video 2")
|
122 |
|
123 |
-
type_output.change(fn=update_prompt_options, inputs=[type_output
|
124 |
|
125 |
|
126 |
random_button.click(
|
|
|
120 |
model_name_2_output = gr.Dropdown(label="Model Name 2", choices=model_names, value=model_names[1])
|
121 |
video_output_2 = gr.Video(label="Video 2")
|
122 |
|
123 |
+
type_output.change(fn=update_prompt_options, inputs=[type_output], outputs=[prompt_output])
|
124 |
|
125 |
|
126 |
random_button.click(
|