Spaces:
Build error
Build error
Commit ·
e936432
1
Parent(s): d71f35a
Update api.py
Browse files
api.py
CHANGED
|
@@ -40,5 +40,5 @@ def download_file(filename):
|
|
| 40 |
# 使用send_file函数发送文件
|
| 41 |
return send_file(file_path, as_attachment=True)
|
| 42 |
|
| 43 |
-
print_file_tree("/app")
|
| 44 |
app.run(host='0.0.0.0', port=7860, debug=True)
|
|
|
|
| 40 |
# 使用send_file函数发送文件
|
| 41 |
return send_file(file_path, as_attachment=True)
|
| 42 |
|
| 43 |
+
#print_file_tree("/app")
|
| 44 |
app.run(host='0.0.0.0', port=7860, debug=True)
|