BenK0y commited on
Commit
6631870
·
verified ·
1 Parent(s): 18862e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ model = genai.GenerativeModel(model_name="gemini-1.5-flash-latest",
48
  generation_config=generation_config,
49
  safety_settings=safety_settings)
50
 
51
- input_prompt_template = """give me the info of the car:
52
  - plate:
53
  - model:
54
  - color: """
 
48
  generation_config=generation_config,
49
  safety_settings=safety_settings)
50
 
51
+ input_prompt_template = """give me the info of the car (if an info is not available juste write "introuvable"):
52
  - plate:
53
  - model:
54
  - color: """