BenK0y commited on
Commit
133dd82
·
verified ·
1 Parent(s): b97e367

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -62,7 +62,10 @@ def generate_gemini_response(input_prompt, image_loc):
62
  response = model.generate_content(prompt_parts)
63
  return response.text
64
 
65
- input_prompt = """ give the plate, the model and the color of the car """
 
 
 
66
 
67
  def upload_file(files):
68
  if not files:
 
62
  response = model.generate_content(prompt_parts)
63
  return response.text
64
 
65
+ input_prompt = """ give me the info of the car:
66
+ - plate:
67
+ - model:
68
+ - color: """
69
 
70
  def upload_file(files):
71
  if not files: