Spaces:
Running
Running
clean image url
Browse files- 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
|
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
|