past_exam_dropdown = gr.Radio(label="選擇考古題", choices=past_exam_choices) 751a32a youngtsai commited on Jul 9, 2024
with gr.Accordion("prompt 提供微調測試", open=False, elem_classes=['accordion-prompts']): d56bfcf youngtsai commited on Jul 8, 2024
past_exam_correct_grammatical_spelling_errors_prompt = gr.Textbox(label="Correct Grammatical and Spelling Errors Prompt", value=default_user_correct_grammatical_spelling_errors_prompt, lines= 20) 993b16c youngtsai commited on Jul 8, 2024
past_exam_dropdown = gr.Dropdown(label="選擇考古題", choices=past_exam_choices) bc234ab youngtsai commited on Jul 8, 2024
- if totally no more suggestions, please provide at least 2 suggestions and explain that the paragraph is another possible way to improve. 25ceb1a youngtsai commited on Jul 8, 2024
with gr.Accordion("歷程回顧", open=False) as history_accordion: 05d2f62 youngtsai commited on Jul 5, 2024
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