Spaces:
Sleeping
Sleeping
Update app.py
#6
by
JagmeetMinhas22
- opened
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://66cd04274e7fd11327.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://66cd04274e7fd11327.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:
|