update examples with better prompts
Browse files
app.py
CHANGED
|
@@ -51,9 +51,11 @@ model, image_embeddings = get_image_embeddings(valid_df, "best.pt")
|
|
| 51 |
|
| 52 |
|
| 53 |
examples1 = ["dogs on the grass",
|
| 54 |
-
"
|
| 55 |
"sunny day",
|
| 56 |
-
"
|
|
|
|
|
|
|
| 57 |
|
| 58 |
def greet(query_text):
|
| 59 |
print("Going to invoke inference_CLIP")
|
|
|
|
| 51 |
|
| 52 |
|
| 53 |
examples1 = ["dogs on the grass",
|
| 54 |
+
"father and kid",
|
| 55 |
"sunny day",
|
| 56 |
+
"ocean",
|
| 57 |
+
"a group of people",
|
| 58 |
+
"forest"]
|
| 59 |
|
| 60 |
def greet(query_text):
|
| 61 |
print("Going to invoke inference_CLIP")
|