Irpan
commited on
Commit
·
6d02aca
1
Parent(s):
490ac96
test
Browse files
app.py
CHANGED
@@ -34,8 +34,8 @@ with gr.Blocks() as app:
|
|
34 |
with gr.Group():
|
35 |
with gr.Row():
|
36 |
input_text = gr.Textbox(
|
37 |
-
label="2. Generate or Enter Text in Selected Script",
|
38 |
-
placeholder="
|
39 |
)
|
40 |
with gr.Row():
|
41 |
generate_short_btn = gr.Button("Generate Short Text")
|
|
|
34 |
with gr.Group():
|
35 |
with gr.Row():
|
36 |
input_text = gr.Textbox(
|
37 |
+
label="2. Click Buttons to Generate Text or Enter Text in Selected Script",
|
38 |
+
placeholder="Uyghur text goes here...",
|
39 |
)
|
40 |
with gr.Row():
|
41 |
generate_short_btn = gr.Button("Generate Short Text")
|