Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ def respond(
|
|
100 |
|
101 |
description = """<p align="center"><a href="https://huggingface.co/spaces/gokaygokay/Gemma-2-llamacpp" target="_blank">[Reference Space]</a></p>
|
102 |
<p><center>
|
103 |
-
<p align="center">Defaults to
|
104 |
<p><center>
|
105 |
<a href="https://huggingface.co/google/gemma-2-27b-it" target="_blank">[27B it Model]</a>
|
106 |
<a href="https://huggingface.co/google/gemma-2-9b-it" target="_blank">[9B it Model]</a>
|
@@ -116,7 +116,7 @@ demo = gr.ChatInterface(
|
|
116 |
'gemma-2-9b-it-Q5_K_M.gguf',
|
117 |
'gemma-2-27b-it-Q5_K_M.gguf'
|
118 |
],
|
119 |
-
value="gemma-2-
|
120 |
label="Model"
|
121 |
),
|
122 |
gr.Textbox(value="You are a helpful assistant.", label="System message"),
|
|
|
100 |
|
101 |
description = """<p align="center"><a href="https://huggingface.co/spaces/gokaygokay/Gemma-2-llamacpp" target="_blank">[Reference Space]</a></p>
|
102 |
<p><center>
|
103 |
+
<p align="center">Defaults to 9B it (you can switch to other from additional inputs)</p>
|
104 |
<p><center>
|
105 |
<a href="https://huggingface.co/google/gemma-2-27b-it" target="_blank">[27B it Model]</a>
|
106 |
<a href="https://huggingface.co/google/gemma-2-9b-it" target="_blank">[9B it Model]</a>
|
|
|
116 |
'gemma-2-9b-it-Q5_K_M.gguf',
|
117 |
'gemma-2-27b-it-Q5_K_M.gguf'
|
118 |
],
|
119 |
+
value="gemma-2-9b-it-Q5_K_M.gguf",
|
120 |
label="Model"
|
121 |
),
|
122 |
gr.Textbox(value="You are a helpful assistant.", label="System message"),
|