generate_paragraph_button = gr.Button("閱讀並修訂草稿", variant="primary") 140a695 youngtsai commited on Jul 4, 2024
def update_topic_sentence_input(topic_sentences_radio, topic_sentence_output): f7092d6 youngtsai commited on Jul 2, 2024
def update_topic_sentence_input(topic_sentences_radio, topic_sentence_output): 500c53b youngtsai commited on Jul 2, 2024
- Revised Version 1 (for correction): paragraph_ai_modification(split by punctuation mark) f7c7167 youngtsai commited on Feb 19, 2024
# Define the path for the audio file in the /mnt/data/ directory 96e8ee6 youngtsai commited on Feb 19, 2024
audio_output = gr.Audio(label="Generated Speech", type="filepath") e2e704a youngtsai commited on Feb 19, 2024
- But others(Origin, Suggestion, revised_paragraph_v2) use English, that's very important. ef415ec youngtsai commited on Feb 19, 2024
- But others(Origin, Suggestion, revised_paragraph_v2) in English. 4ace1cb youngtsai commited on Feb 19, 2024
generate_paragraph_evaluate_button = gr.Button("Save and Evaluate") 564a847 youngtsai commited on Feb 19, 2024
{ "original": "# original_sentence1", "Correction": "#correction_1", "Explanation": "#explanation_1(in_traditional_chinese)" }, bab4c75 youngtsai commited on Feb 19, 2024
- When explaining, use Traditional Chinese (Taiwan, 繁體中文) for clarity. But others in English. 5226d04 youngtsai commited on Feb 19, 2024
paragraph_save_output = gr.Textbox(label="Save and Share") 6e5cbf8 youngtsai commited on Feb 19, 2024
- When explaining, use Traditional Chinese (Taiwan, 繁體中文) for clarity. e722779 youngtsai commited on Feb 19, 2024
paragraph_refine_output = gr.Textbox(label="Refine Paragraph 段落改善建議") f35c083 youngtsai commited on Feb 19, 2024
def generate_paragraph_evaluate(paragraph, user_generate_paragraph_evaluate_prompt): c1ee647 youngtsai commited on Feb 19, 2024
def generate_paragraph(topic_sentence, supporting_sentences, conclusion_sentence): 12a83ad youngtsai commited on Feb 19, 2024
no more explanation either no more extra non-relation sentences. bbacb5a youngtsai commited on Feb 19, 2024
supporting_sentences_output = gr.Textbox(label="Generated Supporting Sentences 支持句") d27fd39 youngtsai commited on Feb 19, 2024