busrakarazeybek commited on
Commit
5a31c26
·
verified ·
1 Parent(s): 4f001f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def detect_landmarks(image):
81
 
82
  # Tahmini bir metin dosyasına yaz
83
  # Tahmini bir metin dosyasına yaz
84
- with open(".prediction.txt", "w", encoding='utf-8') as file:
85
  file.write(prediction)
86
 
87
  return image, prediction
 
81
 
82
  # Tahmini bir metin dosyasına yaz
83
  # Tahmini bir metin dosyasına yaz
84
+ with open("./prediction.txt", "w", encoding='utf-8') as file:
85
  file.write(prediction)
86
 
87
  return image, prediction