cnealex commited on
Commit
b16c607
1 Parent(s): ce0f914

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ with demo:
71
  result_label = gr.Label(show_label=False)
72
  result_text = gr.JSON()
73
 
74
- run_btn.click(coding, [select_model, comment_text, codelist_text], [result_label, result_label], scroll_to_output=True)
75
 
76
  if __name__ == "__main__":
77
  demo.launch()
 
71
  result_label = gr.Label(show_label=False)
72
  result_text = gr.JSON()
73
 
74
+ run_btn.click(coding, [select_model, comment_text, codelist_text], [result_label, result_text], scroll_to_output=True)
75
 
76
  if __name__ == "__main__":
77
  demo.launch()