Spaces:
Runtime error
Runtime error
tonychenxyz
commited on
Commit
·
debf4ec
1
Parent(s):
549c349
removed synthetic
Browse files- all_emo_dirs.pkl +2 -2
- app.py +1 -1
all_emo_dirs.pkl
CHANGED
@@ -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:08791b2135a687d8053de0553fc6ade4705323e4a1a98531193c476cde0dbba6
|
3 |
+
size 10785
|
app.py
CHANGED
@@ -350,7 +350,7 @@ with gr.Blocks(title="EmoKnob: EmoKnob: Enhance Voice Cloning with Fine-Grained
|
|
350 |
|
351 |
with gr.Row(), gr.Column():
|
352 |
strength = gr.Slider(
|
353 |
-
value=0.
|
354 |
minimum=0.0,
|
355 |
maximum=1.0,
|
356 |
step=0.01,
|
|
|
350 |
|
351 |
with gr.Row(), gr.Column():
|
352 |
strength = gr.Slider(
|
353 |
+
value=0.3,
|
354 |
minimum=0.0,
|
355 |
maximum=1.0,
|
356 |
step=0.01,
|