import subprocess
import streamlit as st
import os
import numpy as np
import torchaudio
import tensorflow as tf
from tensorflow.keras.models import load_model
import tensorflow_hub as hub
import time
import tempfile
import streamlit.components.v1 as components
st.markdown('Neu RO: An Application for Code-Switched Autism Detection in Children', unsafe_allow_html=True)