Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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}:"""
|