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...
KZTech
commited on
May 2
Commit
93e9c80
·
verified
·
1 Parent(s):
ef514ed
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -1,6 +1,9 @@
1
st.title("Streamlit App on Hugging Face")
2
st.write("It works on the correct port!")
3
4
5
6
1
+
import streamlit as st
2
+
3
st.title("Streamlit App on Hugging Face")
4
st.write("It works on the correct port!")
5
6
7
8
9
+