Spaces:
Sleeping
Sleeping
Fix typo
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ encoder_no_repeat_ngram_size = gr.inputs.Slider(
|
|
| 38 |
10,
|
| 39 |
step=1,
|
| 40 |
default=3,
|
| 41 |
-
label="
|
| 42 |
)
|
| 43 |
|
| 44 |
outputs = gr.outputs.Textbox(label="السؤال بصيغة مختلفة")
|
|
|
|
| 38 |
10,
|
| 39 |
step=1,
|
| 40 |
default=3,
|
| 41 |
+
label="N-grams of this size won't be copied from the input (forces more diverse outputs)",
|
| 42 |
)
|
| 43 |
|
| 44 |
outputs = gr.outputs.Textbox(label="السؤال بصيغة مختلفة")
|