Spaces:
Sleeping
Sleeping
no label
Browse files
app.py
CHANGED
@@ -1492,11 +1492,11 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, seconda
|
|
1492 |
with gr.Row():
|
1493 |
with gr.Column(scale=3):
|
1494 |
with gr.Tab("文章模式"):
|
1495 |
-
reading_passage = gr.Textbox(label="Reading Passage", lines=40)
|
1496 |
reading_passage_speak_button = gr.Button("Speak", visible=False)
|
1497 |
reading_passage_audio_output = gr.Audio(label="Audio Output", visible=False)
|
1498 |
with gr.Tab("重點"):
|
1499 |
-
df_summarise = gr.Textbox(container=True, show_copy_button=True, lines=40)
|
1500 |
with gr.Tab("問題"):
|
1501 |
gr.Markdown("## 你也有類似的問題想問嗎?")
|
1502 |
btn_1 = gr.Button()
|
|
|
1492 |
with gr.Row():
|
1493 |
with gr.Column(scale=3):
|
1494 |
with gr.Tab("文章模式"):
|
1495 |
+
reading_passage = gr.Textbox(label="Reading Passage", lines=40, show_label=False)
|
1496 |
reading_passage_speak_button = gr.Button("Speak", visible=False)
|
1497 |
reading_passage_audio_output = gr.Audio(label="Audio Output", visible=False)
|
1498 |
with gr.Tab("重點"):
|
1499 |
+
df_summarise = gr.Textbox(container=True, show_copy_button=True, lines=40, show_label=False)
|
1500 |
with gr.Tab("問題"):
|
1501 |
gr.Markdown("## 你也有類似的問題想問嗎?")
|
1502 |
btn_1 = gr.Button()
|