vinid commited on
Commit
9c2fe83
1 Parent(s): f64e1ed

fixing image2text

Browse files
Files changed (1) hide show
  1. image2text.py +1 -5
image2text.py CHANGED
@@ -26,12 +26,8 @@ def app():
26
  )
27
 
28
  image_url = st.text_input(
29
-
30
  "You can input the URL of an image",
31
-
32
- value="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5e/Domestic_Cat_Face_Shot.jpg/1280px-Domestic_Cat_Face_Shot.jpg",
33
-
34
- )
35
 
36
 
37
  MAX_CAP = 4
 
26
  )
27
 
28
  image_url = st.text_input(
 
29
  "You can input the URL of an image",
30
+ value="https://www.petdetective.it/wp-content/uploads/2016/04/gatto-toilette.jpg")
 
 
 
31
 
32
 
33
  MAX_CAP = 4