Spaces:
Runtime error
Runtime error
MZhao-LEGION
commited on
Commit
·
99c9666
1
Parent(s):
79536b8
update placeholder
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ with gr.Blocks(css=customCSS) as demo:
|
|
9 |
tmp_string = gr.Textbox(value="", visible=False)
|
10 |
character_area = gr.HTML(get_character_html("你好呀!我现在支持多语言了呢!"), elem_id="character_area")
|
11 |
with gr.Tab("Speak", elem_id="tab-speak"):
|
12 |
-
speak_input = gr.Textbox(lines=1, label="Talking Flower will say:", elem_classes="wonder-card input_text", elem_id="speak_input")
|
13 |
speak_button = gr.Button("Speak!", elem_id="speak_button", elem_classes="main-button wonder-card")
|
14 |
example_category = gr.Examples(["夸夸你 | Praise", "游戏台词 | Scripts", "玩梗 | Meme"], inputs=[tmp_string], elem_id="examples")
|
15 |
with gr.Tab("Chat", elem_id="tab-chat"):
|
|
|
9 |
tmp_string = gr.Textbox(value="", visible=False)
|
10 |
character_area = gr.HTML(get_character_html("你好呀!我现在支持多语言了呢!"), elem_id="character_area")
|
11 |
with gr.Tab("Speak", elem_id="tab-speak"):
|
12 |
+
speak_input = gr.Textbox(lines=1, label="Talking Flower will say:", placeholder="Support Chinese, English and Japanese...", elem_classes="wonder-card input_text", elem_id="speak_input")
|
13 |
speak_button = gr.Button("Speak!", elem_id="speak_button", elem_classes="main-button wonder-card")
|
14 |
example_category = gr.Examples(["夸夸你 | Praise", "游戏台词 | Scripts", "玩梗 | Meme"], inputs=[tmp_string], elem_id="examples")
|
15 |
with gr.Tab("Chat", elem_id="tab-chat"):
|