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