mistermprah commited on
Commit
cc918a4
·
verified ·
1 Parent(s): 7afb8fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  from transformers import pipeline
3
- import torch
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