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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -79,8 +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
- जब कभी मैंने")
84
  with gr.Row():
85
  generated_txt = gr.Textbox(lines=25, visible = True)
86
 
 
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