JagmeetMinhas22 commited on
Commit
99bdb97
·
verified ·
1 Parent(s): 4bbf585

Change client link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ if uploaded_file is not None:
82
 
83
  st.subheader("Healthier alternatives:")
84
  try:
85
- client = Client("https://4fbc334ff05ec351c8.gradio.live/")
86
  result = client.predict(query=f"What's a healthy {top_food} recipe, and why is it healthy?", api_name="/get_response")
87
  st.write(result)
88
  except Exception as e:
 
82
 
83
  st.subheader("Healthier alternatives:")
84
  try:
85
+ client = Client("https://8a56cb969da1f9d721.gradio.live/")
86
  result = client.predict(query=f"What's a healthy {top_food} recipe, and why is it healthy?", api_name="/get_response")
87
  st.write(result)
88
  except Exception as e: