wasmdashai commited on
Commit
fa9f10a
·
verified ·
1 Parent(s): 5d09115

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.onnx"
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):