Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KZTech
/
image-to-text-ocr
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
20de1d6
image-to-text-ocr
/
app.py
KZTech
Update app.py
b1b27e7
verified
4 months ago
raw
Copy download link
history
blame
Safe
111 Bytes
import
streamlit
as
st
st.title(
"Streamlit App on Hugging Face"
)
st.write(
"It works on the correct port!"
)