Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,10 @@
|
|
| 1 |
git+https://github.com/petter2025us/agentic-reliability-framework.git
|
| 2 |
gradio>=4.0.0
|
| 3 |
-
git+https://github.com/petter2025us/agentic-reliability-framework.git
|
| 4 |
-
gradio>=4.0.0
|
| 5 |
transformers>=4.30.0
|
| 6 |
-
torch>=2.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
git+https://github.com/petter2025us/agentic-reliability-framework.git
|
| 2 |
gradio>=4.0.0
|
|
|
|
|
|
|
| 3 |
transformers>=4.30.0
|
| 4 |
+
torch>=2.0.0
|
| 5 |
+
sentence-transformers>=2.2.0
|
| 6 |
+
diffusers>=0.21.0
|
| 7 |
+
accelerate>=0.20.0
|
| 8 |
+
scipy
|
| 9 |
+
soundfile
|
| 10 |
+
librosa
|