fix output label
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ if __name__ == "__main__":
|
|
| 37 |
[
|
| 38 |
gr.inputs.Textbox(lines=3, label="Original Text"),
|
| 39 |
],
|
| 40 |
-
gr.outputs.Textbox(label="
|
| 41 |
title="Bloom positive reframing",
|
| 42 |
description="Bloom positive reframing is a BLOOM-base generative model adjusted to the sentiment transfer task, where the objective is to reverse the sentiment polarity of a text without contradicting the original meaning. ",
|
| 43 |
).launch()
|
|
|
|
| 37 |
[
|
| 38 |
gr.inputs.Textbox(lines=3, label="Original Text"),
|
| 39 |
],
|
| 40 |
+
gr.outputs.Textbox(label="Reframed Text"),
|
| 41 |
title="Bloom positive reframing",
|
| 42 |
description="Bloom positive reframing is a BLOOM-base generative model adjusted to the sentiment transfer task, where the objective is to reverse the sentiment polarity of a text without contradicting the original meaning. ",
|
| 43 |
).launch()
|