Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def suggest_recipes(ingredients):
|
|
27 |
|
28 |
# Use the HuggingFaceEndpoint model to generate a response
|
29 |
response = llm(prompt)
|
30 |
-
return response
|
31 |
|
32 |
# Gradio interface
|
33 |
with gr.Blocks() as app:
|
|
|
27 |
|
28 |
# Use the HuggingFaceEndpoint model to generate a response
|
29 |
response = llm(prompt)
|
30 |
+
return response
|
31 |
|
32 |
# Gradio interface
|
33 |
with gr.Blocks() as app:
|