Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cools
/
Gideon
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cools
commited on
May 26, 2023
Commit
34fdb48
·
1 Parent(s):
ef048c4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import streamlit as st
2
3
-
image = cv2.imread('PDF Cases/19/0-processed.png')
1
import streamlit as st
2
3
+
image = cv2.imread('PDF Cases/19
-896_2135
/0-processed.png')
4
+
st.image(image)