marker / marker_app.py
Vik Paruchuri
Reorganize imports
2cd57b8
raw
history blame
114 Bytes
from marker.scripts.run_streamlit_app import streamlit_app_cli
if __name__ == "__main__":
streamlit_app_cli()