Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
|
@@ -1 +1,6 @@
|
|
| 1 |
-
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
huggingface_hub
|
| 2 |
+
llama-cpp-python
|
| 3 |
+
huggingface-hub # Para integração com Hugging Face
|
| 4 |
+
gradio # Para criar a interface gráfica no
|
| 5 |
+
Hugging Face Space
|
| 6 |
+
numpy # Utilizado por muitos modelos de aprendizado
|