RAYAuser commited on
Commit
8184244
·
verified ·
1 Parent(s): 4a82cf9

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -31,7 +31,7 @@ TEXTS = {
31
  "preview_caption": "Preview {idx}",
32
  "download_button": "Download ZIP file",
33
  "generation_success": "Generation complete and images ready for download!",
34
- "model_not_found_error": "Error: The model file could not be found locally. Please ensure 'Raygan-zalando_datasetsgen.pth' is in the same directory as this script.",
35
  "instructions_header": "Instructions:",
36
  "instructions_1": "1. Choose your generation mode.",
37
  "instructions_2": "2. Enter the number of images you want to create.",
@@ -57,7 +57,7 @@ TEXTS = {
57
  "preview_caption": "Aperçu {idx}",
58
  "download_button": "Télécharger le fichier ZIP",
59
  "generation_success": "Génération terminée et images prêtes pour le téléchargement !",
60
- "model_not_found_error": "Erreur : Le fichier du modèle n'a pas pu être trouvé localement. Assurez-vous que 'Raygan-zalando_datasetsgen.pth' se trouve dans le même répertoire que ce script.",
61
  "instructions_header": "Instructions :",
62
  "instructions_1": "1. Choisissez votre mode de génération.",
63
  "instructions_2": "2. Entrez le nombre d'images que vous souhaitez créer.",
 
31
  "preview_caption": "Preview {idx}",
32
  "download_button": "Download ZIP file",
33
  "generation_success": "Generation complete and images ready for download!",
34
+ "model_not_found_error": "Error Management : The model file could not be found locally.",
35
  "instructions_header": "Instructions:",
36
  "instructions_1": "1. Choose your generation mode.",
37
  "instructions_2": "2. Enter the number of images you want to create.",
 
57
  "preview_caption": "Aperçu {idx}",
58
  "download_button": "Télécharger le fichier ZIP",
59
  "generation_success": "Génération terminée et images prêtes pour le téléchargement !",
60
+ "model_not_found_error": "Gestion des erreurs : Le fichier du modèle n'a pas pu être trouvé localement.",
61
  "instructions_header": "Instructions :",
62
  "instructions_1": "1. Choisissez votre mode de génération.",
63
  "instructions_2": "2. Entrez le nombre d'images que vous souhaitez créer.",