zhou12189108 commited on
Commit
e936432
·
1 Parent(s): d71f35a

Update api.py

Browse files
Files changed (1) hide show
  1. api.py +1 -1
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)