Docfile commited on
Commit
968d3a9
·
verified ·
1 Parent(s): abb3e85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ MODEL_ID = "gemini-2.0-flash" # Modèle recommandé selon la documentation
18
  UPLOAD_FOLDER = 'uploads'
19
  RESULTS_FOLDER = 'results'
20
 
21
- # Créer les dossiers s'ils n'existent pas
22
  os.makedirs(UPLOAD_FOLDER, exist_ok=True)
23
  os.makedirs(RESULTS_FOLDER, exist_ok=True)
24
 
 
18
  UPLOAD_FOLDER = 'uploads'
19
  RESULTS_FOLDER = 'results'
20
 
21
+ # Créker les dossiers s'ils n'existent pas
22
  os.makedirs(UPLOAD_FOLDER, exist_ok=True)
23
  os.makedirs(RESULTS_FOLDER, exist_ok=True)
24