Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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: """
|