pyresearch commited on
Commit
4602d0a
·
verified ·
1 Parent(s): 350e0db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 time of day is it?')
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"])