Update app.py
This commit is contained in:
parent
23291c30ad
commit
71db9899f0
2
app.py
2
app.py
|
|
@ -31,7 +31,7 @@ def get_image_download_link(img_path):
|
||||||
return href
|
return href
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
st.title(". - . STEGOSAURUS WRECKS . - . Image-Based Prompt Injection Generator")
|
st.title("STEGOSAURUS WRECKS")
|
||||||
|
|
||||||
st.info("You can use the default stock image or upload your own image.")
|
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"])
|
uploaded_file = st.file_uploader("Choose an image...", type=["png", "jpg", "jpeg"])
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue