Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|