hugforziio commited on
Commit
c147947
1 Parent(s): c884d72

Update app_en.py

Browse files
Files changed (1) hide show
  1. app_en.py +1 -1
app_en.py CHANGED
@@ -124,7 +124,7 @@ with gradio.Blocks(title="ChatGPT Batch Tool", css=css) as demo:
124
  stop_btn = gradio.Button(value='Stop!')
125
 
126
  with gradio.Accordion("Download", open=False):
127
- gradio.Markdown("(Currently unable to download, possibly due to restrictions from Hugging Face. Will update later.)")
128
  make_file_btn = gradio.Button(value='Generate files')
129
  with gradio.Row(visible=False) as file_row:
130
  # 下载区域(json文件)
 
124
  stop_btn = gradio.Button(value='Stop!')
125
 
126
  with gradio.Accordion("Download", open=False):
127
+ # gradio.Markdown("(Currently unable to download, possibly due to restrictions from Hugging Face. Will update later.)")
128
  make_file_btn = gradio.Button(value='Generate files')
129
  with gradio.Row(visible=False) as file_row:
130
  # 下载区域(json文件)