helloWorld199 commited on
Commit
06d9c37
·
verified ·
1 Parent(s): 9415e9c

Update src/webui.py

Browse files
Files changed (1) hide show
  1. src/webui.py +1 -1
src/webui.py CHANGED
@@ -247,7 +247,7 @@ if __name__ == '__main__':
247
  with gr.Row():
248
  folder = gr.Text(label='folder')
249
  debug_button = gr.Button(value='Debug')
250
- debug_button.click(show_stored_files, input =[folder])
251
 
252
 
253
 
 
247
  with gr.Row():
248
  folder = gr.Text(label='folder')
249
  debug_button = gr.Button(value='Debug')
250
+ debug_button.click(show_stored_files, inputs =[folder])
251
 
252
 
253