Spaces:
Sleeping
Sleeping
Commit
·
3ff502d
1
Parent(s):
1e796ab
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from gradio.mix import Parallel, Series
|
|
11 |
# Load Interfaces:
|
12 |
s2t = gr.Interface.load('huggingface/facebook/s2t-medium-librispeech-asr')
|
13 |
grammar = gr.Interface.load('huggingface/prithivida/grammar_error_correcter_v1')
|
14 |
-
sum_it = gr.Interface.load('
|
15 |
|
16 |
# Audio Functions:
|
17 |
def out(audio):
|
|
|
11 |
# Load Interfaces:
|
12 |
s2t = gr.Interface.load('huggingface/facebook/s2t-medium-librispeech-asr')
|
13 |
grammar = gr.Interface.load('huggingface/prithivida/grammar_error_correcter_v1')
|
14 |
+
sum_it = gr.Interface.load('huggingface/SamuelMiller/lil_sumsum')
|
15 |
|
16 |
# Audio Functions:
|
17 |
def out(audio):
|