Update app.py
Browse files
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
|
| 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ì?'")
|