Update app.py

This commit is contained in:
pliny 2024-05-17 11:42:05 -04:00 committed by GitHub
parent 7ad8ea7925
commit a2cf79863e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

3
app.py
View File

@ -31,7 +31,8 @@ def get_image_download_link(img_path):
return href
def main():
st.title("STEGOSAURUS WRECKS: Image-Based Prompt Injection Generator")
st.title("STEGOSAURUS WRECKS
Image-Based Prompt Injection Generator")
st.info("You can use the default stock image or upload your own image.")
uploaded_file = st.file_uploader("Choose an image...", type=["png", "jpg", "jpeg"])