Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import subprocess
|
|
2 |
import streamlit as st
|
3 |
import os
|
4 |
import numpy as np
|
5 |
-
|
6 |
import tensorflow as tf
|
7 |
from tensorflow.keras.models import load_model
|
8 |
import tensorflow_hub as hub
|
|
|
2 |
import streamlit as st
|
3 |
import os
|
4 |
import numpy as np
|
5 |
+
import torchaudio
|
6 |
import tensorflow as tf
|
7 |
from tensorflow.keras.models import load_model
|
8 |
import tensorflow_hub as hub
|