Upload app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,8 @@ demo = gr.Interface(
|
|
58 |
outputs=gr.Textbox(type="text", label="ืคื ืืืคืืข ืืืงืกื ืฉืืืืืื ืืืืื", elem_id="output_text"),
|
59 |
css="#output_text{direction: rtl} #input_text{direction: rtl}",
|
60 |
examples = ['ืืฉื ืืืคืืข ืืื','ืงืืื ืฉืืคื ืืช','ืคืขื ืืืช ืืคื ื ืฉื ืื ืจืืืช', 'ืืืจื ืคืืืจ ืืืื ืืืื ื ืืื', 'ืืื ืืคืจืชื ืืช ืื ืืืื ืืืงืก ืืฉ'],
|
61 |
-
allow_flagging="never"
|
|
|
62 |
)
|
63 |
|
64 |
demo.queue()
|
|
|
58 |
outputs=gr.Textbox(type="text", label="ืคื ืืืคืืข ืืืงืกื ืฉืืืืืื ืืืืื", elem_id="output_text"),
|
59 |
css="#output_text{direction: rtl} #input_text{direction: rtl}",
|
60 |
examples = ['ืืฉื ืืืคืืข ืืื','ืงืืื ืฉืืคื ืืช','ืคืขื ืืืช ืืคื ื ืฉื ืื ืจืืืช', 'ืืืจื ืคืืืจ ืืืื ืืืื ื ืืื', 'ืืื ืืคืจืชื ืืช ืื ืืืื ืืืงืก ืืฉ'],
|
61 |
+
allow_flagging="never",
|
62 |
+
cache_examples=False
|
63 |
)
|
64 |
|
65 |
demo.queue()
|