Limour commited on
Commit
7b7c984
·
verified ·
1 Parent(s): d3399cd

Delete hf_api.py

Browse files
Files changed (1) hide show
  1. hf_api.py +0 -10
hf_api.py DELETED
@@ -1,10 +0,0 @@
1
- import os
2
-
3
- from huggingface_hub import HfApi
4
-
5
- API = HfApi(token=os.environ.get("HF_TOKEN"))
6
- REPO_ID = "Limour/llama-python-streamingllm"
7
-
8
-
9
- def restart_space():
10
- API.restart_space(repo_id=REPO_ID, token=os.environ.get("HF_TOKEN"))