Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files'esbieta-ec-qwen-2.5-3B-F16.gguf'
app.py
CHANGED
@@ -164,7 +164,7 @@ PLACEHOLDER = """
|
|
164 |
<div style="display: flex; justify-content: space-between; align-items: center;">
|
165 |
<div style="display: flex; flex-flow: column; justify-content: space-between;">
|
166 |
<span style="display: inline-flex; align-items: center; border-radius: 0.375rem; background-color: rgba(229, 70, 77, 0.1); padding: 0.1rem 0.75rem; font-size: 0.75rem; font-weight: 500; color: #f88181; margin-bottom: 2.5px;">
|
167 |
-
|
168 |
</span>
|
169 |
<span style="display: inline-flex; align-items: center; border-radius: 0.375rem; background-color: rgba(79, 70, 229, 0.1); padding: 0.1rem 0.75rem; font-size: 0.75rem; font-weight: 500; color: #60a5fa; margin-top: 2.5px;">
|
170 |
Meta Llama 3 70B Instruct
|
@@ -193,8 +193,8 @@ demo = gr.ChatInterface(
|
|
193 |
respond,
|
194 |
additional_inputs=[
|
195 |
gr.Dropdown([
|
196 |
-
'
|
197 |
-
'
|
198 |
],
|
199 |
value="esbieta-ec-qwen-2.5-3B-F16.gguf",
|
200 |
label="Model"
|
|
|
164 |
<div style="display: flex; justify-content: space-between; align-items: center;">
|
165 |
<div style="display: flex; flex-flow: column; justify-content: space-between;">
|
166 |
<span style="display: inline-flex; align-items: center; border-radius: 0.375rem; background-color: rgba(229, 70, 77, 0.1); padding: 0.1rem 0.75rem; font-size: 0.75rem; font-weight: 500; color: #f88181; margin-bottom: 2.5px;">
|
167 |
+
Esbieta-ec-qwen-2.5-3B
|
168 |
</span>
|
169 |
<span style="display: inline-flex; align-items: center; border-radius: 0.375rem; background-color: rgba(79, 70, 229, 0.1); padding: 0.1rem 0.75rem; font-size: 0.75rem; font-weight: 500; color: #60a5fa; margin-top: 2.5px;">
|
170 |
Meta Llama 3 70B Instruct
|
|
|
193 |
respond,
|
194 |
additional_inputs=[
|
195 |
gr.Dropdown([
|
196 |
+
'esbieta-ec-qwen-2.5-3B-F16.gguf',
|
197 |
+
'Meta-Llama-3-70B-Instruct-Q3_K_M.gguf'
|
198 |
],
|
199 |
value="esbieta-ec-qwen-2.5-3B-F16.gguf",
|
200 |
label="Model"
|