Spaces:
Running
Running
Update broken image link.
Browse files- image2text.py +1 -1
image2text.py
CHANGED
@@ -29,7 +29,7 @@ def app():
|
|
29 |
|
30 |
image_url = st.text_input(
|
31 |
"You can input the URL of an image",
|
32 |
-
value="https://
|
33 |
)
|
34 |
|
35 |
MAX_CAP = 4
|
|
|
29 |
|
30 |
image_url = st.text_input(
|
31 |
"You can input the URL of an image",
|
32 |
+
value="https://upload.wikimedia.org/wikipedia/commons/b/bc/Juvenile_Ragdoll.jpg",
|
33 |
)
|
34 |
|
35 |
MAX_CAP = 4
|