Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def generate_caption(encoded_image):
|
|
42 |
"url": f"data:image/png;base64,{encoded_image}?{random_string}" # Added random query to avoid cache
|
43 |
}
|
44 |
},
|
45 |
-
"temperature":
|
46 |
}
|
47 |
|
48 |
# Send request to API
|
|
|
42 |
"url": f"data:image/png;base64,{encoded_image}?{random_string}" # Added random query to avoid cache
|
43 |
}
|
44 |
},
|
45 |
+
"temperature": 1
|
46 |
}
|
47 |
|
48 |
# Send request to API
|