pratikshahp commited on
Commit
84c05ae
·
verified ·
1 Parent(s): 83ba8ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.content
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: