Upload app.py
Browse files
app.py
CHANGED
|
@@ -1525,7 +1525,7 @@ with gr.Blocks(title="BERT Second Fine-tuning Platform", theme=gr.themes.Soft())
|
|
| 1525 |
# Tab 4: 預測
|
| 1526 |
with gr.Tab("4️⃣ Model Prediction"):
|
| 1527 |
gr.Markdown("""
|
| 1528 |
-
###
|
| 1529 |
Select a trained model and input medical text for prediction.
|
| 1530 |
""")
|
| 1531 |
|
|
|
|
| 1525 |
# Tab 4: 預測
|
| 1526 |
with gr.Tab("4️⃣ Model Prediction"):
|
| 1527 |
gr.Markdown("""
|
| 1528 |
+
### Use Trained Model for Prediction
|
| 1529 |
Select a trained model and input medical text for prediction.
|
| 1530 |
""")
|
| 1531 |
|