nikhilhyperneuron commited on
Commit
77a6bbb
·
verified ·
1 Parent(s): af1d117

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -83,7 +83,7 @@ with gr.Blocks(title="Hindi Text-to-Speech Generator") as demo:
83
  with gr.Column():
84
  text_input = gr.Textbox(
85
  label="Input Text",
86
- placeholder="स्ते आप कैं?",
87
  lines=5
88
  )
89
 
@@ -105,7 +105,6 @@ with gr.Blocks(title="Hindi Text-to-Speech Generator") as demo:
105
  if model_loaded:
106
  gr.Examples(
107
  examples=[
108
- ["नमस्ते आप कैसे हैं?", 50],
109
  ["मैं आपकी किस प्रकार सहायता कर सकता हूँ", 50],
110
  ],
111
  inputs=[text_input, max_tokens],
 
83
  with gr.Column():
84
  text_input = gr.Textbox(
85
  label="Input Text",
86
+ placeholder="मैं आपकीिप्रकार सायता कर सकता हूँ",
87
  lines=5
88
  )
89
 
 
105
  if model_loaded:
106
  gr.Examples(
107
  examples=[
 
108
  ["मैं आपकी किस प्रकार सहायता कर सकता हूँ", 50],
109
  ],
110
  inputs=[text_input, max_tokens],