Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -202,7 +202,7 @@ if uploaded_file is not None:
202
  try:
203
  # ONLY THIS PART CHANGED:
204
  # Use the RAG calling method instead of the OpenAI function
205
- client_rag = Client("https://66cd04274e7fd11327.gradio.live/")
206
  result = client_rag.predict(query=f"What's a healthy {top_food} recipe, and why is it healthy?", api_name="/get_response")
207
  st.write(result)
208
  except OpenAIError as e:
 
202
  try:
203
  # ONLY THIS PART CHANGED:
204
  # Use the RAG calling method instead of the OpenAI function
205
+ client_rag = Client("https://bcf51b6785b84b4860.gradio.live/")
206
  result = client_rag.predict(query=f"What's a healthy {top_food} recipe, and why is it healthy?", api_name="/get_response")
207
  st.write(result)
208
  except OpenAIError as e: