Spaces:
Build error
Build error
Commit ·
7fddac9
1
Parent(s): 50c4a4e
corrections
Browse files- .github/workflows/hf_push.yml +1 -1
- src/__init__.py +2 -2
.github/workflows/hf_push.yml
CHANGED
|
@@ -16,4 +16,4 @@ jobs:
|
|
| 16 |
- name: Push to hub
|
| 17 |
env:
|
| 18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 19 |
-
run: git push
|
|
|
|
| 16 |
- name: Push to hub
|
| 17 |
env:
|
| 18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 19 |
+
run: git push https://shivansh-ka:$HF_TOKEN@huggingface.co/spaces/shivansh-ka/Toxic-Comment-Classifier main
|
src/__init__.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
-
from predict import *
|
| 2 |
-
from model_loader import *
|
|
|
|
| 1 |
+
from src.predict import *
|
| 2 |
+
from src.model_loader import *
|