Commit
·
20fe06a
1
Parent(s):
c021536
Add GitHub workflows for syncing to SimulaMet/MedVQA and Medico HuggingFace spaces
Browse files
.github/workflows/{gradio-app-HuggingFaceSpace.yml → gradio-app-HuggingFaceSpace-SimulaMet-MedVQA-2025.yml}
RENAMED
File without changes
|
.github/workflows/gradio-app-HuggingFaceSpace-SimulaMet-Medico-2025.yml
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: Sync to SimulaMet/MedVQA HuggingFace space
|
2 |
+
on:
|
3 |
+
# push:
|
4 |
+
# branches: [main]
|
5 |
+
# to run this workflow manually from the Actions tab
|
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://sushantgautam:[email protected]/spaces/SimulaMet/Medico-2025 main
|