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...
93e9c80
image-to-text-ocr
/
app.py
KZTech
Update app.py
93e9c80
verified
3 months ago
raw
Copy download link
history
blame
Safe
113 Bytes
import
streamlit
as
st
st.title(
"Streamlit App on Hugging Face"
)
st.write(
"It works on the correct port!"
)