Update .huggingface.yml
Browse files- .huggingface.yml +0 -6
.huggingface.yml
CHANGED
|
@@ -4,9 +4,3 @@ requirements:
|
|
| 4 |
- fastapi
|
| 5 |
- uvicorn
|
| 6 |
command: uvicorn app:app --host 0.0.0.0 --port 7860
|
| 7 |
-
|
| 8 |
-
volumes:
|
| 9 |
-
- type: bind
|
| 10 |
-
source: .
|
| 11 |
-
target: /app/provedor_internet.db
|
| 12 |
-
read_only: false
|
|
|
|
| 4 |
- fastapi
|
| 5 |
- uvicorn
|
| 6 |
command: uvicorn app:app --host 0.0.0.0 --port 7860
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|