Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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],
|