Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ st.image("https://cdn.tractorkarvan.com/tr:f-webp/images/Blogs/smart-farming-in-
|
|
27 |
model_type = st.radio("Select Model Type", ["GPT-4 Vision", "DALL-E"])
|
28 |
|
29 |
# Input text prompt from the user
|
30 |
-
raw_text = st.text_input("Enter a text prompt:", 'What
|
31 |
|
32 |
# File upload for image
|
33 |
image_upload = st.file_uploader("Upload an image:", type=["jpg", "jpeg", "png"])
|
|
|
27 |
model_type = st.radio("Select Model Type", ["GPT-4 Vision", "DALL-E"])
|
28 |
|
29 |
# Input text prompt from the user
|
30 |
+
raw_text = st.text_input("Enter a text prompt:", 'What is Smart Crop Adviser?')
|
31 |
|
32 |
# File upload for image
|
33 |
image_upload = st.file_uploader("Upload an image:", type=["jpg", "jpeg", "png"])
|