Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,9 +5,6 @@ from PIL import Image
|
|
5 |
import os
|
6 |
|
7 |
|
8 |
-
if not api_key:
|
9 |
-
st.error("Hugging Face API key is not set. Please check your .env file or environment variables.")
|
10 |
-
|
11 |
# App title and description
|
12 |
st.title("I am Your GrowBuddy 🌱")
|
13 |
st.write("Let me help you start gardening. Let's grow together!")
|
|
|
5 |
import os
|
6 |
|
7 |
|
|
|
|
|
|
|
8 |
# App title and description
|
9 |
st.title("I am Your GrowBuddy 🌱")
|
10 |
st.write("Let me help you start gardening. Let's grow together!")
|