tonychenxyz commited on
Commit
debf4ec
·
1 Parent(s): 549c349

removed synthetic

Browse files
Files changed (2) hide show
  1. all_emo_dirs.pkl +2 -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:3160074617894c8a0fb888fac217b3c4ae0a647e4b218aa498d2ff356e040f9e
3
- size 21612
 
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.1,
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,