Spaces:
Runtime error
Runtime error
| import streamlit as st | |
| from huggingface_hub import hf_hub_url, cached_download | |
| import numpy as np | |
| import tensorflow as tf | |
| import librosa | |
| from miniaudio import SampleFormat, decode | |
| REPO_ID = "BrendaTellez/sounds2" | |
| FILENAME = "RNN60-small.h5" | |
| RATE = 22050 | |
| st.write("hola") |