Spaces:
Sleeping
Sleeping
Change client link
Browse files
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://
|
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:
|