Spaces:
Runtime error
Runtime error
MJ
commited on
Commit
•
f0da3f5
1
Parent(s):
5a80518
Fixed readme
Browse files- .github/workflows/sync_to_huggingface.yaml +19 -0
- Hugging Face Files/app.py +0 -0
- README.md +11 -1
.github/workflows/sync_to_huggingface.yaml
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: Sync to Hugging Face Hub
|
2 |
+
on:
|
3 |
+
push:
|
4 |
+
branches: [milestone-2]
|
5 |
+
|
6 |
+
workflow_dispatch:
|
7 |
+
|
8 |
+
jobs:
|
9 |
+
sync-to-hub:
|
10 |
+
runs-on: ubuntu-latest
|
11 |
+
steps:
|
12 |
+
- uses: actions/checkout@v3
|
13 |
+
with:
|
14 |
+
fetch-depth: 0
|
15 |
+
lfs: true
|
16 |
+
- name: Push to hub
|
17 |
+
env:
|
18 |
+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
run: git push https://MJ3128:[email protected]/spaces/MJ3128/CS-GY-6613-Project
|
Hugging Face Files/app.py
ADDED
File without changes
|
README.md
CHANGED
@@ -4,4 +4,14 @@ Installation Instructions:
|
|
4 |
3. Install Linux Distribution of choice (I went with Ubuntu)
|
5 |
4. Install Docker for Windows using https://docs.docker.com/desktop/windows/wsl/
|
6 |
|
7 |
-
I will not be using Docker for the purpose of this project so everything will be done locally.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
3. Install Linux Distribution of choice (I went with Ubuntu)
|
5 |
4. Install Docker for Windows using https://docs.docker.com/desktop/windows/wsl/
|
6 |
|
7 |
+
I will not be using Docker for the purpose of this project so everything will be done locally.
|
8 |
+
|
9 |
+
# Hugging face README.md setup
|
10 |
+
title: {{title}}
|
11 |
+
emoji: {{emoji}}
|
12 |
+
colorFrom: {{colorFrom}}
|
13 |
+
colorTo: {{colorTo}}
|
14 |
+
sdk: {{sdk}}
|
15 |
+
sdk_version: {{sdkVersion}}
|
16 |
+
app_file: app.py
|
17 |
+
pinned: false
|