김민용 commited on
Commit
99a87bb
·
1 Parent(s): e482865

Add Hugging Face deployment config

Browse files
Files changed (1) hide show
  1. .huggingface.yaml +3 -0
.huggingface.yaml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ sdk: streamlit
2
+ app_file: app.py
3
+ python_version: "3.9"