Spaces:
Sleeping
Sleeping
Gainward777
commited on
Update ui/gradio_ui.py
Browse files- ui/gradio_ui.py +1 -1
ui/gradio_ui.py
CHANGED
@@ -43,7 +43,7 @@ def ui(controller):#get_first_result,get_second_result): #controller):
|
|
43 |
|
44 |
second_prompt_helper.click(fn=controller.get_help_w_prompt,
|
45 |
inputs=[improved_sketch_view],
|
46 |
-
outputs=
|
47 |
|
48 |
|
49 |
|
|
|
43 |
|
44 |
second_prompt_helper.click(fn=controller.get_help_w_prompt,
|
45 |
inputs=[improved_sketch_view],
|
46 |
+
outputs=second_prompt)
|
47 |
|
48 |
|
49 |
|