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