Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ trivar = gr.Interface(fn=bart,
|
|
| 24 |
examples=[['<mask> is the capital of <mask>.']],
|
| 25 |
description="Enter a text prompt to generate text using BART.")
|
| 26 |
|
| 27 |
-
demo = gr.TabbedInterface([bivar,
|
| 28 |
|
| 29 |
if __name__ == "__main__":
|
| 30 |
demo.launch()
|
|
|
|
| 24 |
examples=[['<mask> is the capital of <mask>.']],
|
| 25 |
description="Enter a text prompt to generate text using BART.")
|
| 26 |
|
| 27 |
+
demo = gr.TabbedInterface([bivar, trivar], ["εει", "δΈει"])
|
| 28 |
|
| 29 |
if __name__ == "__main__":
|
| 30 |
demo.launch()
|