Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,6 @@ gr.Interface.load(
|
|
6 |
"huggingface/j-hartmann/emotion-english-distilroberta-base",
|
7 |
title="Basic emotion detection",
|
8 |
examples = examples,
|
9 |
-
allow_flagging="manual", flagging_callback=
|
10 |
|
11 |
).launch();
|
|
|
6 |
"huggingface/j-hartmann/emotion-english-distilroberta-base",
|
7 |
title="Basic emotion detection",
|
8 |
examples = examples,
|
9 |
+
allow_flagging="manual", flagging_callback=gr.CSVLogger()
|
10 |
|
11 |
).launch();
|