Vishwas1 commited on
Commit
e32b3d1
·
1 Parent(s): dff6e9c

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="Iये अमृता प्रीतम की एक कविता है. जब कभी मैंने")
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 जब कभी मैंने")
83
  with gr.Row():
84
  generated_txt = gr.Textbox(lines=25, visible = True)
85