Spaces:
Runtime error
Runtime error
fixed a line
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import os
|
|
6 |
import zipfile
|
7 |
|
8 |
if os.path.exists("dorna-diabetes-finetuned-20250514T183411Z-1-001.zip") and not os.path.exists("dorna-diabetes-finetuned.zip"):
|
9 |
-
os.rename("
|
10 |
print("✅ اسم فایل تغییر کرد.")
|
11 |
|
12 |
if not os.path.exists("dorna-diabetes-finetuned"):
|
|
|
6 |
import zipfile
|
7 |
|
8 |
if os.path.exists("dorna-diabetes-finetuned-20250514T183411Z-1-001.zip") and not os.path.exists("dorna-diabetes-finetuned.zip"):
|
9 |
+
os.rename("dorna-diabetes-finetuned-20250514T183411Z-1-001.zip", "dorna-diabetes-finetuned.zip")
|
10 |
print("✅ اسم فایل تغییر کرد.")
|
11 |
|
12 |
if not os.path.exists("dorna-diabetes-finetuned"):
|