Spaces:
Sleeping
Sleeping
Montazerh82
commited on
Commit
•
d651b2a
1
Parent(s):
81dcda2
add some examples to demo
Browse files
app.py
CHANGED
@@ -21,7 +21,10 @@ def greet(text):
|
|
21 |
demo = gr.Interface(fn=greet, inputs=gr.Textbox(label='input text'), outputs=gr.Textbox(label="output text:"),
|
22 |
allow_flagging='never',
|
23 |
examples=['آسمان [MASK] است.',
|
24 |
-
'
|
|
|
|
|
|
|
25 |
|
26 |
|
27 |
demo.launch()
|
|
|
21 |
demo = gr.Interface(fn=greet, inputs=gr.Textbox(label='input text'), outputs=gr.Textbox(label="output text:"),
|
22 |
allow_flagging='never',
|
23 |
examples=['آسمان [MASK] است.',
|
24 |
+
'تلفن [MASK] میخورد.',
|
25 |
+
'بچهها مادر و پدر خود را [MASK] دارند.',
|
26 |
+
'[MASK] یک گیاه است.',
|
27 |
+
])
|
28 |
|
29 |
|
30 |
demo.launch()
|