Upload ARTEM PIVOVAROV, ALYONA ALYONA = ЛЮЛІ-ЛЮЛІ+.mp3

#1
by karabinosh - opened
ARTEM PIVOVAROV, ALYONA ALYONA = ЛЮЛІ-ЛЮЛІ+.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf42a9c77cebe501e8f95defede1a2658f210fbe0ffd924a1cd6ee17da77f9fc
3
+ size 7022341
app.py CHANGED
@@ -1,4 +1,3 @@
1
- import spaces
2
  import gradio as gr
3
  import json
4
  import torch
@@ -65,7 +64,6 @@ def get_language_choices():
65
  return [f"{lang.pt3} - {lang.name}" for lang in iter_langs() if lang.pt3]
66
 
67
 
68
- @spaces.GPU
69
  def align(audio, text, language="eng - English"):
70
  # Extract the ISO 639-3 code from the selected language
71
  iso_code = language.split(" - ")[0]
@@ -100,7 +98,6 @@ def align(audio, text, language="eng - English"):
100
  return trimmed_audio, json.dumps(output_json, indent=2)
101
 
102
 
103
- @spaces.GPU
104
  def align_result_only(audio, text, language="eng - English"):
105
  # Extract the ISO 639-3 code from the selected language
106
  iso_code = language.split(" - ")[0]
 
 
1
  import gradio as gr
2
  import json
3
  import torch
 
64
  return [f"{lang.pt3} - {lang.name}" for lang in iter_langs() if lang.pt3]
65
 
66
 
 
67
  def align(audio, text, language="eng - English"):
68
  # Extract the ISO 639-3 code from the selected language
69
  iso_code = language.split(" - ")[0]
 
98
  return trimmed_audio, json.dumps(output_json, indent=2)
99
 
100
 
 
101
  def align_result_only(audio, text, language="eng - English"):
102
  # Extract the ISO 639-3 code from the selected language
103
  iso_code = language.split(" - ")[0]
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
- spaces
2
  gradio
3
  accelerate
4
  iso639-lang
 
 
1
  gradio
2
  accelerate
3
  iso639-lang