chenxiYan commited on
Commit
90f8c19
1 Parent(s): b711c63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -40,6 +40,7 @@ for ai_role_en in NAME_DICT.values():
40
  if response.status_code == 200:
41
  with open(destination_file, "wb") as file:
42
  file.write(response.content)
 
43
  else:
44
  print("download error")
45
  # wget.download(file_url, destination_file) # 503
 
40
  if response.status_code == 200:
41
  with open(destination_file, "wb") as file:
42
  file.write(response.content)
43
+ print(ai_role_en)
44
  else:
45
  print("download error")
46
  # wget.download(file_url, destination_file) # 503