abdoolamunir commited on
Commit
f4f7720
1 Parent(s): 021525a

Create hugginface.yml

Browse files
Files changed (1) hide show
  1. 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