ButterCream commited on
Commit
16925eb
1 Parent(s): 8824bce

Use higher quality examples

Browse files
Examples/David Attenborough.mp3 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:faf8ed32c8482ef062294e33a1558598db0b8abfe1fc46134e90d882911a2353
3
- size 2357035
 
 
 
 
Examples/Linus Tech Tips.mp3 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1012f555a11e6c4f82543f3e661278cb928bc158fffc6957ac72e3d603d8b1c1
3
- size 3341906
 
 
 
 
Examples/Melina.mp3 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3645d31b97caeb71e8d63979bd38abd223ac8689df1e13cb9a9bd274e9dba32e
3
- size 3884022
 
 
 
 
Examples/Patrick Bateman.mp3 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:63359150cc70051bf22a6cdbe5453caf2a90a20870e30344b7e7885026d80462
3
- size 1358055
 
 
 
 
app.py CHANGED
@@ -63,21 +63,24 @@ function refresh() {
63
  """
64
  def get_example():
65
  examples = [
66
- ["./Examples/David Attenborough.mp3",
67
  "An understanding of the natural world is a source of not only great curiosity, but great fulfilment.",
68
- 1, 0.2, 0.5, 2, 100],
69
- ["./Examples/Linus Tech Tips.mp3",
70
  "sometimes I get so in the zone while building a computer it's like an out of body experience.",
71
- 1, 0.3, 0.8, 2, 100],
72
- ["./Examples/Melina.mp3",
73
  "If you intend to claim the Frenzied Flame, I ask that you cease. It is not to be meddled with. It is chaos, "
74
  "devouring life and thought unending. However ruined this world has become, "
75
  "however mired in torment and despair, life endures.",
76
- 1, 0.3, 0.5, 2, 100],
77
- ["./Examples/Patrick Bateman.mp3",
78
  "My Pain Is Constant And Sharp, And I Do Not Wish For A Better World For Anyone.",
79
- 1, 0.3, 0.6, 2, 100]
80
- ]
 
 
 
81
  return examples
82
 
83
  theme = gr.themes.Soft(
 
63
  """
64
  def get_example():
65
  examples = [
66
+ ["./Examples/David Attenborough.wav",
67
  "An understanding of the natural world is a source of not only great curiosity, but great fulfilment.",
68
+ 1, 0.2, 0.5, 2, 200],
69
+ ["./Examples/Linus Tech Tips.wav",
70
  "sometimes I get so in the zone while building a computer it's like an out of body experience.",
71
+ 1, 0.3, 0.8, 2, 200],
72
+ ["./Examples/Melina.wav",
73
  "If you intend to claim the Frenzied Flame, I ask that you cease. It is not to be meddled with. It is chaos, "
74
  "devouring life and thought unending. However ruined this world has become, "
75
  "however mired in torment and despair, life endures.",
76
+ 0.95, 0.3, 0.5, 2, 200],
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.3, 0.6, 2, 200]
80
+ ],
81
+ ["./Examples/Furina.wav",
82
+ "That's more like it! As expected, my dazzling side comes through in any situation.",
83
+ 1, 0.2, 0.7, 2, 200]
84
  return examples
85
 
86
  theme = gr.themes.Soft(