andreslu commited on
Commit
ab42fe0
Β·
1 Parent(s): 269d58a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ bivar = gr.Interface(fn=bart,
13
  inputs=gr.inputs.Textbox(default='<mask> is the capital of <mask>.'),
14
  outputs=gr.Label(),
15
  title="BART Inductor εŒε˜ι‡",
16
- examples=[['<mask> is the capital city of <mask>.'],['<mask> is founder and CEO of <mask>.']],
17
  description="Enter a text prompt to generate text using BART.")
18
 
19
  trivar = gr.Interface(fn=bart,
 
13
  inputs=gr.inputs.Textbox(default='<mask> is the capital of <mask>.'),
14
  outputs=gr.Label(),
15
  title="BART Inductor εŒε˜ι‡",
16
+ examples=[['<mask> is the capital of <mask>.'],['<mask> is founder and CEO of <mask>.']],
17
  description="Enter a text prompt to generate text using BART.")
18
 
19
  trivar = gr.Interface(fn=bart,