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