03chrisk commited on
Commit
7961dcc
Β·
1 Parent(s): 509c29f

working???

Browse files
Files changed (3) hide show
  1. .github/workflows/main.yml +2 -2
  2. README.md +0 -7
  3. requirements.txt +3 -0
.github/workflows/main.yml CHANGED
@@ -16,8 +16,8 @@ jobs:
16
  - name: Add remote
17
  env:
18
  HF: ${{ secrets.HF }}
19
- run: git remote add space https://noahgift:[email protected]/spaces/03chrisk/test
20
  - name: Push to hub
21
  env:
22
  HF: ${{ secrets.HF }}
23
- run: git push --force https://noahgift:[email protected]/spaces/03chrisk/test main
 
16
  - name: Add remote
17
  env:
18
  HF: ${{ secrets.HF }}
19
+ run: git remote add space https://03chrisk:[email protected]/spaces/03chrisk/test
20
  - name: Push to hub
21
  env:
22
  HF: ${{ secrets.HF }}
23
+ run: git push --force https://03chrisk:[email protected]/spaces/03chrisk/test main
README.md CHANGED
@@ -1,7 +1,3 @@
1
- <<<<<<< HEAD
2
- # demo_streamlit_app_HF_spaces
3
- Making a test streamlit app and syncing it with a git repo
4
- =======
5
  ---
6
  title: Test
7
  emoji: πŸ‘€
@@ -12,6 +8,3 @@ sdk_version: 1.39.0
12
  app_file: app.py
13
  pinned: false
14
  ---
15
-
16
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
17
- >>>>>>> refs/remotes/origin/main
 
 
 
 
 
1
  ---
2
  title: Test
3
  emoji: πŸ‘€
 
8
  app_file: app.py
9
  pinned: false
10
  ---
 
 
 
requirements.txt CHANGED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ transformers
2
+ tensorflow
3
+ streamlit