jmanhype
commited on
Commit
Β·
ab3b97c
1
Parent(s):
bf78b83
Add Space configuration
Browse files- scripts/gradio/.space +14 -0
scripts/gradio/.space
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
title: MuseV Demo
|
2 |
+
emoji: π₯
|
3 |
+
colorFrom: blue
|
4 |
+
colorTo: red
|
5 |
+
sdk: docker
|
6 |
+
dockerfile: scripts/gradio/Dockerfile
|
7 |
+
app_port: 7860
|
8 |
+
pinned: false
|
9 |
+
build:
|
10 |
+
setup:
|
11 |
+
- mkdir -p /.git
|
12 |
+
- chmod -R 777 /.git
|
13 |
+
- touch /.gitconfig
|
14 |
+
- chmod 666 /.gitconfig
|