pvanand commited on
Commit
f883172
1 Parent(s): 12f7069

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -1
main.py CHANGED
@@ -120,7 +120,6 @@ async def fetch_images(input: imageInput):
120
 
121
  @app.post("/get_recommendations")
122
  async def generate_recommendations(input: imageInput):
123
- images = get_images(input.user_input, input.num_images)
124
 
125
  if input.user_input:
126
  prompt = f"""create a list of {input.num_images} questions that a user might ask following the question: {input.user_input}:"""
 
120
 
121
  @app.post("/get_recommendations")
122
  async def generate_recommendations(input: imageInput):
 
123
 
124
  if input.user_input:
125
  prompt = f"""create a list of {input.num_images} questions that a user might ask following the question: {input.user_input}:"""