Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
from transformers import pipeline
|
3 |
-
import
|
4 |
from config import MODEL_ID
|
5 |
|
6 |
# Load the model and pipeline using the model_id variable
|
|
|
1 |
import streamlit as st
|
2 |
from transformers import pipeline
|
3 |
+
import torchaudio
|
4 |
from config import MODEL_ID
|
5 |
|
6 |
# Load the model and pipeline using the model_id variable
|