andreslu commited on
Commit
f788dbb
·
1 Parent(s): 6732406

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ iface = 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>.']]
17
  description="Enter a text prompt to generate text using BART.")
18
 
19
  iface.launch()
 
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>.']],
17
  description="Enter a text prompt to generate text using BART.")
18
 
19
  iface.launch()