File size: 276 Bytes
a9c75b0
 
 
09af91b
d8895e4
 
 
a9c75b0
 
83275b2
a9c75b0
 
236ed44
1
2
3
4
5
6
7
8
9
10
11
12
13
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")