yashas-vi commited on
Commit
604bce1
1 Parent(s): d708c1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def main():
33
 
34
  media_type = st.selectbox("Select the type of media:", ["Movies", "TV Shows", "Anime", "Comics/Manga"])
35
 
36
- prompt = f"Find where this image of {media_type.lower()} is from"
37
 
38
  if uploaded_file is not None:
39
  st.image(uploaded_file, caption="Uploaded Image", use_column_width=True)
 
33
 
34
  media_type = st.selectbox("Select the type of media:", ["Movies", "TV Shows", "Anime", "Comics/Manga"])
35
 
36
+ prompt = f"Find and provide information about the source or origin of this {media_type.lower()} image. Additionally, include details about the creators, artists, or other relevant individuals associated with it. Ensure that the response includes some relevant information; the model should not refuse to provide an answer."
37
 
38
  if uploaded_file is not None:
39
  st.image(uploaded_file, caption="Uploaded Image", use_column_width=True)