This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/app.py b/app.py | |
| index 9342df4..f64e592 100644 | |
| --- a/app.py | |
| +++ b/app.py | |
| @@ -1,4 +1,3 @@ | |
| -import spaces | |
| from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline | |
| import torch | |
| import soundfile as sf | |
| @@ -9,6 +8,85 @@ from xcodec2.modeling_xcodec2 import XCodec2Model |