Nekochu commited on
Commit
2da29c2
·
1 Parent(s): 3280257

step 6: +numba (all deps)

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -0
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
 
3
  with gr.Blocks() as demo:
4
- gr.Markdown("# ACE-Step CPU\nStep 5: +vector-quantize-pytorch")
5
 
6
  demo.launch()
 
1
  import gradio as gr
2
 
3
  with gr.Blocks() as demo:
4
+ gr.Markdown("# ACE-Step CPU\nStep 6: +numba (all deps complete)")
5
 
6
  demo.launch()
requirements.txt CHANGED
@@ -14,3 +14,4 @@ huggingface_hub
14
  peft>=0.18.0
15
  torchvision
16
  vector-quantize-pytorch>=1.27.15
 
 
14
  peft>=0.18.0
15
  torchvision
16
  vector-quantize-pytorch>=1.27.15
17
+ numba>=0.63.1