File size: 192 Bytes
1ae2bef
 
 
55c0289
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import streamlit as st
import tensorflow as tf

image_url = st.text_input(
	label="URL of image",
	value="",
	placeholder="https://your-favourite-image.png"
)
st.write("Image URL:", image_url)