danhtran2mind commited on
Commit
b13a847
·
verified ·
1 Parent(s): de165a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ if not os.path.exists('models/vi-medical-mt5-finetune-qa'):
79
 
80
  # Define the Gradio interface
81
  with gr.Blocks() as demo:
82
- gr.Markdown("# Vietnamese Medical Text Generation")
83
  with gr.Row():
84
  with gr.Column():
85
  prompt = gr.Textbox(lines=3, label="Input Prompt", placeholder="Enter your prompt, e.g., 'vaccine covid-19 là gì?'")
 
79
 
80
  # Define the Gradio interface
81
  with gr.Blocks() as demo:
82
+ gr.Markdown("# Vietnamese Medical mT5 Fine-Tune Question and Answer")
83
  with gr.Row():
84
  with gr.Column():
85
  prompt = gr.Textbox(lines=3, label="Input Prompt", placeholder="Enter your prompt, e.g., 'vaccine covid-19 là gì?'")