Spaces:
Sleeping
Sleeping
Commit
·
664ecda
1
Parent(s):
c1f6285
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ from gradio.mix import Parallel, Series
|
|
12 |
# Load Interfaces:
|
13 |
s2t = gr.Interface.load('huggingface/facebook/s2t-medium-librispeech-asr')
|
14 |
grammar = gr.Interface.load('huggingface/deep-learning-analytics/GrammarCorrector')
|
15 |
-
sum_it = gr.Interface.load('huggingface/SamuelMiller/
|
16 |
|
17 |
# Audio Functions:
|
18 |
def out(audio):
|
|
|
12 |
# Load Interfaces:
|
13 |
s2t = gr.Interface.load('huggingface/facebook/s2t-medium-librispeech-asr')
|
14 |
grammar = gr.Interface.load('huggingface/deep-learning-analytics/GrammarCorrector')
|
15 |
+
sum_it = gr.Interface.load('huggingface/SamuelMiller/lil_sum_sum')
|
16 |
|
17 |
# Audio Functions:
|
18 |
def out(audio):
|