Changed example model
Browse files
app.py
CHANGED
@@ -331,7 +331,7 @@ with gr.Blocks(title="PhyloLM", theme=gr.themes.Default()) as demo:
|
|
331 |
|
332 |
gr.Markdown(
|
333 |
"**To add a new model:**\n"
|
334 |
-
"1. Enter the name of a model hosted on Hugging Face (e.g., `'
|
335 |
"2. Click on the **Run PhyloLM** button.\n"
|
336 |
"- If the model has already been processed, you'll be notified and no new run will start.\n"
|
337 |
"- If it hasn't been processed, it will be downloaded and be evaluated.\n\n"
|
|
|
331 |
|
332 |
gr.Markdown(
|
333 |
"**To add a new model:**\n"
|
334 |
+
"1. Enter the name of a model hosted on Hugging Face (e.g., `'Qwen/Qwen2.5-7B-Instruct'`).\n"
|
335 |
"2. Click on the **Run PhyloLM** button.\n"
|
336 |
"- If the model has already been processed, you'll be notified and no new run will start.\n"
|
337 |
"- If it hasn't been processed, it will be downloaded and be evaluated.\n\n"
|