Spaces:
Running
Running
supporting_sentences_output = gr.Textbox(label="Generated Supporting Sentences 支持句")
Browse files
app.py
CHANGED
@@ -207,10 +207,10 @@ with gr.Blocks() as demo:
|
|
207 |
generate_supporting_sentences_button = gr.Button("Generate Supporting Sentences")
|
208 |
|
209 |
with gr.Column():
|
210 |
-
topic_output = gr.Textbox(label="Generated Topic")
|
211 |
-
points_output = gr.Textbox(label="Generated Points")
|
212 |
-
topic_sentence_output = gr.Textbox(label="Generated Topic Sentences")
|
213 |
-
supporting_sentences_output = gr.Textbox(label="Generated Supporting Sentences")
|
214 |
|
215 |
|
216 |
generate_topics_button.click(
|
|
|
207 |
generate_supporting_sentences_button = gr.Button("Generate Supporting Sentences")
|
208 |
|
209 |
with gr.Column():
|
210 |
+
topic_output = gr.Textbox(label="Generated Topic 主題")
|
211 |
+
points_output = gr.Textbox(label="Generated Points 要點")
|
212 |
+
topic_sentence_output = gr.Textbox(label="Generated Topic Sentences 主題句")
|
213 |
+
supporting_sentences_output = gr.Textbox(label="Generated Supporting Sentences 支持句")
|
214 |
|
215 |
|
216 |
generate_topics_button.click(
|