wasmdashai commited on
Commit
b99ec57
·
verified ·
1 Parent(s): fbef997

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def create_file():
13
  if not os.path.exists(file_path):
14
  #with open(file_path, "w") as file:
15
  #file.write("This is a test ONNX model file.")
16
- return " "
17
  # إرجاع مسار الملف حتى يمكن تنزيله
18
  return file_path
19
  class OnnxModelConverter:
 
13
  if not os.path.exists(file_path):
14
  #with open(file_path, "w") as file:
15
  #file.write("This is a test ONNX model file.")
16
+ return None
17
  # إرجاع مسار الملف حتى يمكن تنزيله
18
  return file_path
19
  class OnnxModelConverter: