Spaces:
Runtime error
Runtime error
feat(demo): update space
Browse files
.github/workflows/sync_to_hub.yml
CHANGED
|
@@ -17,4 +17,4 @@ jobs:
|
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
-
run: git push https://boris:$HF_TOKEN@huggingface.co/spaces/
|
|
|
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
+
run: git push https://boris:$HF_TOKEN@huggingface.co/spaces/dalle-mini/dalle-mini main
|
.github/workflows/sync_to_hub_debug.yml
CHANGED
|
@@ -14,4 +14,4 @@ jobs:
|
|
| 14 |
- name: Push to hub
|
| 15 |
env:
|
| 16 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 17 |
-
run: git push --force https://boris:$HF_TOKEN@huggingface.co/spaces/
|
|
|
|
| 14 |
- name: Push to hub
|
| 15 |
env:
|
| 16 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 17 |
+
run: git push --force https://boris:$HF_TOKEN@huggingface.co/spaces/dalle-mini/dalle-mini-debug +HEAD:main
|
README.md
CHANGED
|
@@ -6,6 +6,7 @@ colorTo: green
|
|
| 6 |
sdk: streamlit
|
| 7 |
app_file: app/streamlit/app.py
|
| 8 |
pinned: True
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# DALL·E Mini
|
|
|
|
| 6 |
sdk: streamlit
|
| 7 |
app_file: app/streamlit/app.py
|
| 8 |
pinned: True
|
| 9 |
+
license: apache-2.0
|
| 10 |
---
|
| 11 |
|
| 12 |
# DALL·E Mini
|