Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ trivar = gr.Interface(fn=bart2,
|
|
29 |
outputs=gr.Label(),
|
30 |
title="BART Inductor δΈει",
|
31 |
examples=[['<mask> is the parent of <mask>, who is the sibling of <mask>.']],
|
32 |
-
description="
|
33 |
|
34 |
demo = gr.TabbedInterface([bivar, trivar], ["εει", "δΈει"])
|
35 |
|
|
|
29 |
outputs=gr.Label(),
|
30 |
title="BART Inductor δΈει",
|
31 |
examples=[['<mask> is the parent of <mask>, who is the sibling of <mask>.']],
|
32 |
+
description="Still working on it!!!!!!!!!!!!!!!!!!!!")
|
33 |
|
34 |
demo = gr.TabbedInterface([bivar, trivar], ["εει", "δΈει"])
|
35 |
|