andreslu commited on
Commit
7270722
1 Parent(s): 62cbf4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,11 +17,11 @@ demo = gr.Interface(fn=bart,
17
  gr.Slider(0, 10, value=5, step=1),
18
  gr.Checkbox(label="Hell Yes", info="Return Scores?")],
19
  outputs=gr.Label(),
20
- title="Orion",
21
  examples=[['<mask> is the capital of <mask>.', 5, True],
22
  ['<mask> is founder and CEO of <mask>.', 5, False],
23
  ["<mask>'s mother was a <mask>-based actress, <mask>.", 5, False]],
24
- description="Enter a text prompt to generate text using BART.")
25
 
26
 
27
  if __name__ == "__main__":
 
17
  gr.Slider(0, 10, value=5, step=1),
18
  gr.Checkbox(label="Hell Yes", info="Return Scores?")],
19
  outputs=gr.Label(),
20
+ title="ORION: Open Rule InductiON",
21
  examples=[['<mask> is the capital of <mask>.', 5, True],
22
  ['<mask> is founder and CEO of <mask>.', 5, False],
23
  ["<mask>'s mother was a <mask>-based actress, <mask>.", 5, False]],
24
+ description="Enter a text prompt to generate text. Make sure using <mask> to replace entities.")
25
 
26
 
27
  if __name__ == "__main__":