BrendaTellez commited on
Commit
b2ce17d
·
1 Parent(s): 3f54fb5
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -2,7 +2,6 @@ import streamlit as st
2
  from huggingface_hub import hf_hub_url, cached_download
3
  import numpy as np
4
  from audio_recorder_streamlit import audio_recorder
5
- from model import RNN
6
 
7
  REPO_ID = "BrendaTellez/sounds2"
8
  FILENAME = "RNN60-GRU.h5"
 
2
  from huggingface_hub import hf_hub_url, cached_download
3
  import numpy as np
4
  from audio_recorder_streamlit import audio_recorder
 
5
 
6
  REPO_ID = "BrendaTellez/sounds2"
7
  FILENAME = "RNN60-GRU.h5"