Spaces:
Runtime error
Runtime error
Commit
·
b2ce17d
1
Parent(s):
3f54fb5
update
Browse files
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"
|