Spaces:
Runtime error
Runtime error
lorenzoscottb
commited on
Commit
β’
00a9bce
1
Parent(s):
2cb1396
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,16 @@
|
|
2 |
import gradio as gr
|
3 |
from gradio.mix import Series
|
4 |
|
5 |
-
description = "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
title = "DReAM v. II"
|
7 |
|
8 |
whisper = gr.Interface.load("models/openai/whisper-large")
|
|
|
2 |
import gradio as gr
|
3 |
from gradio.mix import Series
|
4 |
|
5 |
+
description = """
|
6 |
+
This space mixes DReAMy's large-multilingual [emotion-classification model](https://github.com/lorenzoscottb/DReAMy) with Whisper from OpenAI,
|
7 |
+
to classify recordings on their emotional content accordingly to the Hall and Van de Castle framework. For more details,
|
8 |
+
see the [Bertolini et al., 23](https://arxiv.org/abs/2302.14828v1) pre-print.
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
Disclaimer: if you run into the `503, Error: Model [model_name] is currently loading` error message, just wait and or refresh the page.
|
13 |
+
The indicated model still has to be loaded by the API.
|
14 |
+
"""
|
15 |
title = "DReAM v. II"
|
16 |
|
17 |
whisper = gr.Interface.load("models/openai/whisper-large")
|