4rtemi5 commited on
Commit
20c970c
·
1 Parent(s): 0466d84

clean image url

Browse files
Files changed (1) hide show
  1. localization.py +1 -1
localization.py CHANGED
@@ -188,7 +188,7 @@ def app():
188
 
189
  image_url = st.text_input(
190
  "You can input the URL of an image here...",
191
- value="https://www.tuttosuigatti.it/files/styles/full_width/public/images/featured/205/cani-e-gatti.jpg?itok=WAAiTGS6",
192
  )
193
 
194
  MAX_ITER = 1
 
188
 
189
  image_url = st.text_input(
190
  "You can input the URL of an image here...",
191
+ value="https://www.tuttosuigatti.it/files/styles/full_width/public/images/featured/205/cani-e-gatti.jpg",
192
  )
193
 
194
  MAX_ITER = 1