Beesa commited on
Commit
9323109
1 Parent(s): c2cadeb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- gradio
2
- bokeh==2.4.3
3
- note-seq==0.0.5
4
- matplotlib
5
- transformers
6
- pyfluidsynth==1.3.0
7
- torch
8
- pydantic==2.0.3
 
1
+ pip install gradio
2
+ pip install bokeh==2.4.3
3
+ pip install note-seq==0.0.5
4
+ pip install matplotlib
5
+ pip install transformers
6
+ pip install pyfluidsynth==1.3.0
7
+ pip install torch
8
+ pip install pydantic==2.0.3