hugforziio commited on
Commit
05da51e
·
1 Parent(s): 005c5cf

Update app_cn.py

Browse files
Files changed (1) hide show
  1. app_cn.py +5 -5
app_cn.py CHANGED
@@ -140,11 +140,11 @@ with gradio.Blocks(title="ChatGPT 批处理", css=css) as demo:
140
  # pass
141
 
142
 
143
- make_file_btn.click(
144
- fn=make_history_file_fn,
145
- inputs=[history],
146
- outputs=[history_file_json, history_file_md, file_row],
147
- )
148
 
149
 
150
  start_event = start_btn.click(
 
140
  # pass
141
 
142
 
143
+ # make_file_btn.click(
144
+ # fn=make_history_file_fn,
145
+ # inputs=[history],
146
+ # outputs=[history_file_json, history_file_md, file_row],
147
+ # )
148
 
149
 
150
  start_event = start_btn.click(