agent_decoder / app.py
Aziz3's picture
Deploy accent detector to Hugging Face Spaces
21615fc
raw
history blame contribute delete
74 Bytes
import streamlit_app
if __name__ == "__main__":
streamlit_app.main()