lorenzoscottb commited on
Commit
9c17a3b
β€’
1 Parent(s): c07ce9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -79,21 +79,21 @@ interface_words = gr.Interface(
79
  )
80
 
81
  interface_model_L = gr.Interface.load(
82
- name="DReAMy-lib/xlm-roberta-large-DreamBank-emotion-presence",
83
  description=description_L,
84
  examples=examples,
85
  title="SA Large Multilingual",
86
  )
87
 
88
  interface_model_S = gr.Interface.load(
89
- name="DReAMy-lib/bert-base-cased-DreamBank-emotion-presence",
90
  description=description_S,
91
  examples=examples[0],
92
  title="SA Base English-Only",
93
  )
94
 
95
  interface_model_G = gr.Interface.load(
96
- name="DReAMy-lib/t5-base-DreamBank-Generation-Emot-Char",
97
  description=description_G,
98
  examples=examples_g,
99
  title="SA Generation",
@@ -114,7 +114,7 @@ interface_model_G = gr.Interface.load(
114
  # )
115
 
116
  interface_model_NER = gr.Interface.load(
117
- name="DReAMy-lib/t5-base-DreamBank-Generation-NER-Char",
118
  description=description_GNER,
119
  examples=examples_g,
120
  title="NER Generation",
 
79
  )
80
 
81
  interface_model_L = gr.Interface.load(
82
+ name="models/DReAMy-lib/xlm-roberta-large-DreamBank-emotion-presence",
83
  description=description_L,
84
  examples=examples,
85
  title="SA Large Multilingual",
86
  )
87
 
88
  interface_model_S = gr.Interface.load(
89
+ name="models/DReAMy-lib/bert-base-cased-DreamBank-emotion-presence",
90
  description=description_S,
91
  examples=examples[0],
92
  title="SA Base English-Only",
93
  )
94
 
95
  interface_model_G = gr.Interface.load(
96
+ name="models/DReAMy-lib/t5-base-DreamBank-Generation-Emot-Char",
97
  description=description_G,
98
  examples=examples_g,
99
  title="SA Generation",
 
114
  # )
115
 
116
  interface_model_NER = gr.Interface.load(
117
+ name="models/DReAMy-lib/t5-base-DreamBank-Generation-NER-Char",
118
  description=description_GNER,
119
  examples=examples_g,
120
  title="NER Generation",