Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -895,7 +895,7 @@ with gr.Blocks() as demo:
|
|
| 895 |
|
| 896 |
# --- 2. Extract Adapter ---
|
| 897 |
with gr.Tab("Extract LoRA") as t2_tab:
|
| 898 |
-
|
| 899 |
with gr.Row(variant="compact"):
|
| 900 |
t2_token = gr.Textbox(label="Token", type="password", scale=2)
|
| 901 |
t2_rank = gr.Number(label="Extract At Rank", value=32, minimum=1, maximum=1024, step=1, scale=1)
|
|
|
|
| 895 |
|
| 896 |
# --- 2. Extract Adapter ---
|
| 897 |
with gr.Tab("Extract LoRA") as t2_tab:
|
| 898 |
+
gr.Markdown("##### Extract differences between 2 architecturally similar **BASE MODELS** as a low-rank **ADAPTER**")
|
| 899 |
with gr.Row(variant="compact"):
|
| 900 |
t2_token = gr.Textbox(label="Token", type="password", scale=2)
|
| 901 |
t2_rank = gr.Number(label="Extract At Rank", value=32, minimum=1, maximum=1024, step=1, scale=1)
|