raja5259 commited on
Commit
ce9108b
·
verified ·
1 Parent(s): 487f990

update examples with better prompts

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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
- "cat and dog",
55
  "sunny day",
56
- "raining in forest"]
 
 
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")