4rtemi5 commited on
Commit
0203719
·
1 Parent(s): 40fe90f

Update broken image link.

Browse files
Files changed (1) hide show
  1. 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://www.petdetective.it/wp-content/uploads/2016/04/gatto-toilette.jpg",
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