Gainward777 commited on
Commit
d0f700c
·
verified ·
1 Parent(s): a509e1d

Update ui/gradio_ui.py

Browse files
Files changed (1) hide show
  1. 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=first_prompt)
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