Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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,
|