Spaces:
Runtime error
Runtime error
Commit
Β·
ac84af9
1
Parent(s):
72fadc4
Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,8 @@ from gradio.mix import Series
|
|
4 |
path_to_L_model = str(os.environ['path_to_L_model'])
|
5 |
read_token = str(os.environ['read_token'])
|
6 |
|
7 |
-
description = "
|
8 |
-
title = "
|
9 |
|
10 |
wisper = gr.Interface.load("models/openai/whisper-base")
|
11 |
|
@@ -16,7 +16,7 @@ interface_model_L = gr.Interface.load(
|
|
16 |
|
17 |
Series(
|
18 |
wisper,
|
19 |
-
interface_model_L
|
20 |
description = description,
|
21 |
title = title,
|
22 |
).launch()
|
|
|
4 |
path_to_L_model = str(os.environ['path_to_L_model'])
|
5 |
read_token = str(os.environ['read_token'])
|
6 |
|
7 |
+
description = "Talk to Breud!"
|
8 |
+
title = "Breud (BERT + Freud)"
|
9 |
|
10 |
wisper = gr.Interface.load("models/openai/whisper-base")
|
11 |
|
|
|
16 |
|
17 |
Series(
|
18 |
wisper,
|
19 |
+
interface_model_L,
|
20 |
description = description,
|
21 |
title = title,
|
22 |
).launch()
|