Spaces:
Runtime error
Runtime error
ButterCream
commited on
Commit
•
6ccc433
1
Parent(s):
10ed629
adjust examples
Browse files- .gitattributes +1 -0
- Examples/{Furina.wav → Furina.ogg} +2 -2
- app.py +1 -1
.gitattributes
CHANGED
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
*.wav filter=lfs diff=lfs merge=lfs -text
|
37 |
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
*.wav filter=lfs diff=lfs merge=lfs -text
|
37 |
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
38 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
Examples/{Furina.wav → Furina.ogg}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc6b02acacb60555b2f663d3961ea74357a4c3a1b78833c05cb65375d7de728d
|
3 |
+
size 2306023
|
app.py
CHANGED
@@ -77,7 +77,7 @@ def get_example():
|
|
77 |
["./Examples/Patrick Bateman.wav",
|
78 |
"My Pain Is Constant And Sharp, And I Do Not Wish For A Better World For Anyone.",
|
79 |
1, 0.1, 0.3, 2, 200],
|
80 |
-
["./Examples/Furina.
|
81 |
"That's more like it! As expected, my dazzling side comes through in any situation.",
|
82 |
1, 0.2, 0.8, 2, 200]
|
83 |
]
|
|
|
77 |
["./Examples/Patrick Bateman.wav",
|
78 |
"My Pain Is Constant And Sharp, And I Do Not Wish For A Better World For Anyone.",
|
79 |
1, 0.1, 0.3, 2, 200],
|
80 |
+
["./Examples/Furina.ogg",
|
81 |
"That's more like it! As expected, my dazzling side comes through in any situation.",
|
82 |
1, 0.2, 0.8, 2, 200]
|
83 |
]
|