Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ with demo:
|
|
79 |
"""This is my playground to test Marathi and Hindi Text Generation"""
|
80 |
)
|
81 |
with gr.Row():
|
82 |
-
input_prompt = gr.Textbox(label="Write some text to get started...", lines=3, value="मैं असीम अकेला सन्नाटा हूँ \n ")
|
83 |
with gr.Row():
|
84 |
generated_txt = gr.Textbox(lines=25, visible = True)
|
85 |
|
|
|
79 |
"""This is my playground to test Marathi and Hindi Text Generation"""
|
80 |
)
|
81 |
with gr.Row():
|
82 |
+
input_prompt = gr.Textbox(label="Write some text to get started...", lines=3, value="मैं असीम अकेला सन्नाटा हूँ \nमैं अनित्य चेतना-सनातन रचना हूँ \nमैं अनासक्त समय हूँ ")
|
83 |
with gr.Row():
|
84 |
generated_txt = gr.Textbox(lines=25, visible = True)
|
85 |
|