Spaces:
Runtime error
Runtime error
Create requirements.yaml
Browse files- requirements.yaml +13 -0
requirements.yaml
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: llama-lava-vision-speech-assistant
|
| 2 |
+
runtime: python3.10
|
| 3 |
+
|
| 4 |
+
requirements:
|
| 5 |
+
- transformers>=4.30.0
|
| 6 |
+
- diffusers>=0.18.0
|
| 7 |
+
- gradio>=3.30.0
|
| 8 |
+
- opencv-python>=4.7.0
|
| 9 |
+
- soundfile>=0.11.0
|
| 10 |
+
- speechrecognition>=3.8.1
|
| 11 |
+
# - vosk (If you are using Vosk for speech recognition)
|
| 12 |
+
- pillow>=9.4.0
|
| 13 |
+
# ... (Add any other required libraries)
|