Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ def text_generation(input_text = None):
|
|
| 31 |
gr.Interface(
|
| 32 |
text_generation,
|
| 33 |
inputs=gr.Textbox(lines=1, label="הזינו פה ציטוט פתיחה, או השאירו ריק. מה שבא לכם", elem_id="input_text"),
|
| 34 |
-
outputs=gr.Textbox(type="
|
| 35 |
css="#output_text{direction: rtl} #input_text{direction: rtl}",
|
| 36 |
title=title,
|
| 37 |
description=description,
|
|
|
|
| 31 |
gr.Interface(
|
| 32 |
text_generation,
|
| 33 |
inputs=gr.Textbox(lines=1, label="הזינו פה ציטוט פתיחה, או השאירו ריק. מה שבא לכם", elem_id="input_text"),
|
| 34 |
+
outputs=gr.Textbox(type="text", label="פה מופיע הטקסט שהמחולל יוצר", elem_id="output_text"),
|
| 35 |
css="#output_text{direction: rtl} #input_text{direction: rtl}",
|
| 36 |
title=title,
|
| 37 |
description=description,
|