Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import gradio as gr
|
|
7 |
import os
|
8 |
def create_file():
|
9 |
# مسار الملف المؤقت
|
10 |
-
file_path = "/tmp/gradio/test_model.
|
11 |
|
12 |
# إنشاء ملف ONNX تجريبي في حالة عدم وجوده
|
13 |
if not os.path.exists(file_path):
|
|
|
7 |
import os
|
8 |
def create_file():
|
9 |
# مسار الملف المؤقت
|
10 |
+
file_path = "/tmp/gradio/test_model.txt"
|
11 |
|
12 |
# إنشاء ملف ONNX تجريبي في حالة عدم وجوده
|
13 |
if not os.path.exists(file_path):
|