Spaces:
Runtime error
Runtime error
Commit
Β·
902ad14
1
Parent(s):
6f7fea8
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
from gradio.mix import Series
|
5 |
import OSError
|
6 |
|
7 |
-
|
8 |
|
9 |
description = "This space mixes the large-multilingual [emotion classification model of DReAMy](https://github.com/lorenzoscottb/DReAMy) with the whisper model from OpenAI, to directly classify recording according to the Hall and Van de Castle framework, with respect to emotions."
|
10 |
title = "DReAM v. II"
|
|
|
4 |
from gradio.mix import Series
|
5 |
import OSError
|
6 |
|
7 |
+
os.environ['CUDA_LAUNCH_BLOCKING'] = '1' # added after repeated runtime erros (seems with whisper)
|
8 |
|
9 |
description = "This space mixes the large-multilingual [emotion classification model of DReAMy](https://github.com/lorenzoscottb/DReAMy) with the whisper model from OpenAI, to directly classify recording according to the Hall and Van de Castle framework, with respect to emotions."
|
10 |
title = "DReAM v. II"
|