Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mertbozkurt
/
omr-app
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ce922e7
omr-app
/
app.py
mertbozkurt
new update
97b3ea8
almost 2 years ago
raw
Copy download link
history
blame
Safe
169 Bytes
import
streamlit
as
st
from
screen.screen_scan
import
screen_scan_main
def
main
():
screen_scan_main()
if
__name__ ==
"__main__"
:
main()