forked from no-saint-no-angel/BianqueNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
seperate README yml header; push to hf spaces action
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Sync with Hugging Face Space | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Sync with HF | ||
uses: alex-bene/[email protected] | ||
with: | ||
# The github repo you are syncing from. Required. | ||
github_repo_id: alex-bene/BianqueNet | ||
# The yaml headers file to use (will be prepended to your README.md in the HF space). Required. | ||
yaml_header_path: hf_space_metadata.yml | ||
# The Hugging Face repo id you want to sync to. (ex. 'username/reponame'). Required. | ||
huggingface_repo_id: alexbene/spine_analysis | ||
# Hugging Face token with write access and corresponding username. Required. | ||
# Here, we provide a token that we called `HF_TOKEN` when we added the secret to our GitHub repo. | ||
hf_username: alexbene | ||
hf_token: ${{ secrets.HF_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
title: Intervertebral Disc Degeneration Analysis | ||
emoji: 🌍 | ||
colorFrom: red | ||
colorTo: indigo | ||
sdk: streamlit | ||
python_version: 3.8 | ||
sdk_version: 1.35.0 | ||
app_file: streamlit_app.py | ||
pinned: false | ||
models: [alexbene/BianqueNet] |