youngtsai commited on
Commit
d27fd39
·
1 Parent(s): daa5f8e

supporting_sentences_output = gr.Textbox(label="Generated Supporting Sentences 支持句")

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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(