telmo000 commited on
Commit
05d1e4e
·
1 Parent(s): 3a5e0c7

fix output label

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Ad"),
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()