Fix Phi-3 preset
Browse files
app.py
CHANGED
@@ -244,7 +244,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
244 |
"Preset for the <a href='https://huggingface.co/gsarti/cora_mgen' target='_blank'>CORA Multilingual QA</a> model.\nUses special templates for inputs."
|
245 |
)
|
246 |
with gr.Column():
|
247 |
-
phi3_preset = gr.Button("Phi-3", variant="secondary",
|
248 |
gr.Markdown(
|
249 |
"Preset for the <a href='https://huggingface.co/phi3/phi3-chatbot' target='_blank'>Phi-3</a> conversational model.\nUses <code><|user|></code>, <code><|system|></code> and <code><|assistant|></code> and <code><|end|></code> special tokens."
|
250 |
)
|
|
|
244 |
"Preset for the <a href='https://huggingface.co/gsarti/cora_mgen' target='_blank'>CORA Multilingual QA</a> model.\nUses special templates for inputs."
|
245 |
)
|
246 |
with gr.Column():
|
247 |
+
phi3_preset = gr.Button("Phi-3", variant="secondary", interactive=False)
|
248 |
gr.Markdown(
|
249 |
"Preset for the <a href='https://huggingface.co/phi3/phi3-chatbot' target='_blank'>Phi-3</a> conversational model.\nUses <code><|user|></code>, <code><|system|></code> and <code><|assistant|></code> and <code><|end|></code> special tokens."
|
250 |
)
|