Spaces:
Runtime error
Runtime error
abdoolamunir
commited on
Create hugginface.yml
Browse files- hugginface.yml +4 -0
hugginface.yml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
runtime:
|
2 |
+
env: # Environment variables needed by the application
|
3 |
+
HF_HOME: /app/.cache/huggingface # Home directory for all Hugging Face data
|
4 |
+
port: 8000 # The port on which your FastAPI application is configured to run
|