BenK0y commited on
Commit
87627b2
·
verified ·
1 Parent(s): dbf11a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def generate_gemini_response(input_prompt, image_loc):
64
 
65
  input_prompt = """ give the plate, the model and the color of the car """
66
 
67
- def upload_file(files, social_media_platform, num_captions=1):
68
  if not files:
69
  return None, "Image not uploaded"
70
  file_paths = [file.name for file in files]
 
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:
69
  return None, "Image not uploaded"
70
  file_paths = [file.name for file in files]