Skip to content

Instantly share code, notes, and snippets.

View peipooh's full-sized avatar

peipooh

  • Joined Oct 26, 2025
View GitHub Profile
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