Spaces:
Runtime error
Runtime error
Hugo Flores Garcia
commited on
Commit
·
fd975c2
1
Parent(s):
bfacd00
add loralib
Browse files
setup.py
CHANGED
|
@@ -32,5 +32,6 @@ setup(
|
|
| 32 |
"dac @ git+https://github.com/descriptinc/descript-audio-codec.git",
|
| 33 |
"gradio",
|
| 34 |
"tensorboardX",
|
|
|
|
| 35 |
],
|
| 36 |
)
|
|
|
|
| 32 |
"dac @ git+https://github.com/descriptinc/descript-audio-codec.git",
|
| 33 |
"gradio",
|
| 34 |
"tensorboardX",
|
| 35 |
+
"loralib"
|
| 36 |
],
|
| 37 |
)
|