Spaces:
Sleeping
Sleeping
fahadcr14
commited on
Commit
·
d5efb57
1
Parent(s):
8791422
test1
Browse files
.github/workflows/main.yml
CHANGED
@@ -35,6 +35,7 @@ jobs:
|
|
35 |
- name: Push Files to Hugging Face Space
|
36 |
env:
|
37 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
|
|
38 |
run: |
|
39 |
huggingface-cli repo create fahd9999/resultprediction --type=space --yes || echo "Repository already exists"
|
40 |
git clone https://fahd9999:[email protected]/spaces/fahd9999/resultprediction
|
|
|
35 |
- name: Push Files to Hugging Face Space
|
36 |
env:
|
37 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
38 |
+
#
|
39 |
run: |
|
40 |
huggingface-cli repo create fahd9999/resultprediction --type=space --yes || echo "Repository already exists"
|
41 |
git clone https://fahd9999:[email protected]/spaces/fahd9999/resultprediction
|