Vishwas1 commited on
Commit
b483714
·
1 Parent(s): 589fe59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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