wasmdashai commited on
Commit
38f7d55
·
verified ·
1 Parent(s): 4b321fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.txt"
11
 
12
  # إنشاء ملف ONNX تجريبي في حالة عدم وجوده
13
  if not os.path.exists(file_path):
 
7
  import os
8
  def create_file():
9
  # مسار الملف المؤقت
10
+ file_path = "/tmp/test_model.txt"
11
 
12
  # إنشاء ملف ONNX تجريبي في حالة عدم وجوده
13
  if not os.path.exists(file_path):