Spaces:
Running
Running
kovacsvi
commited on
Commit
·
6ead689
1
Parent(s):
f7e1e22
typo
Browse files- interfaces/emotion.py +1 -1
interfaces/emotion.py
CHANGED
@@ -50,7 +50,7 @@ def predict_cap(text, language, domain):
|
|
50 |
return predict(text, model_id, tokenizer_id)
|
51 |
|
52 |
demo = gr.Interface(
|
53 |
-
title="
|
54 |
fn=predict_cap,
|
55 |
inputs=[gr.Textbox(lines=6, label="Input"),
|
56 |
gr.Dropdown(languages, label="Language"),
|
|
|
50 |
return predict(text, model_id, tokenizer_id)
|
51 |
|
52 |
demo = gr.Interface(
|
53 |
+
title="Emotions (6) Babel Demo",
|
54 |
fn=predict_cap,
|
55 |
inputs=[gr.Textbox(lines=6, label="Input"),
|
56 |
gr.Dropdown(languages, label="Language"),
|