Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,11 +17,11 @@ demo = gr.Interface(fn=bart,
|
|
| 17 |
gr.Slider(0, 10, value=5, step=1),
|
| 18 |
gr.Checkbox(label="Hell Yes", info="Return Scores?")],
|
| 19 |
outputs=gr.Label(),
|
| 20 |
-
title="
|
| 21 |
examples=[['<mask> is the capital of <mask>.', 5, True],
|
| 22 |
['<mask> is founder and CEO of <mask>.', 5, False],
|
| 23 |
["<mask>'s mother was a <mask>-based actress, <mask>.", 5, False]],
|
| 24 |
-
description="Enter a text prompt to generate text using
|
| 25 |
|
| 26 |
|
| 27 |
if __name__ == "__main__":
|
|
|
|
| 17 |
gr.Slider(0, 10, value=5, step=1),
|
| 18 |
gr.Checkbox(label="Hell Yes", info="Return Scores?")],
|
| 19 |
outputs=gr.Label(),
|
| 20 |
+
title="ORION: Open Rule InductiON",
|
| 21 |
examples=[['<mask> is the capital of <mask>.', 5, True],
|
| 22 |
['<mask> is founder and CEO of <mask>.', 5, False],
|
| 23 |
["<mask>'s mother was a <mask>-based actress, <mask>.", 5, False]],
|
| 24 |
+
description="Enter a text prompt to generate text. Make sure using <mask> to replace entities.")
|
| 25 |
|
| 26 |
|
| 27 |
if __name__ == "__main__":
|