Spaces:
Sleeping
Sleeping
fix typo mistake^^' (#2)
Browse files- fix typo mistake^^' (d204f6b014e998baf88c4604c5c65e7d25f4f540)
Co-authored-by: Ceyda Cinarel <[email protected]>
app.py
CHANGED
@@ -19,7 +19,7 @@ image_url = st.text_input(
|
|
19 |
value="https://dl.fbaipublicfiles.com/dino/img.png",
|
20 |
placeholder="https://your-favourite-image.png"
|
21 |
)
|
22 |
-
|
23 |
|
24 |
# Outputs
|
25 |
st.title("Original Image from URL")
|
|
|
19 |
value="https://dl.fbaipublicfiles.com/dino/img.png",
|
20 |
placeholder="https://your-favourite-image.png"
|
21 |
)
|
22 |
+
uploaded_file = st.file_uploader("or an image file", type =["jpg","jpeg"])
|
23 |
|
24 |
# Outputs
|
25 |
st.title("Original Image from URL")
|