change desc
Browse files
app.py
CHANGED
@@ -108,16 +108,7 @@ def respond(
|
|
108 |
outputs += output
|
109 |
yield outputs
|
110 |
|
111 |
-
description = ""
|
112 |
-
<p><center>
|
113 |
-
<a href="https://huggingface.co/google/gemma-2-27b-it" target="_blank">[27B it Model]</a>
|
114 |
-
<a href="https://huggingface.co/google/gemma-2-9b-it" target="_blank">[9B it Model]</a>
|
115 |
-
<a href="https://huggingface.co/google/gemma-2-2b-it" target="_blank">[2B it Model]</a>
|
116 |
-
<a href="https://huggingface.co/bartowski/gemma-2-27b-it-GGUF" target="_blank">[27B it Model GGUF]</a>
|
117 |
-
<a href="https://huggingface.co/bartowski/gemma-2-9b-it-GGUF" target="_blank">[9B it Model GGUF]</a>
|
118 |
-
<a href="https://huggingface.co/google/gemma-2-2b-it-GGUF" target="_blank">[2B it Model GGUF]</a>
|
119 |
-
</center></p>
|
120 |
-
"""
|
121 |
|
122 |
demo = gr.ChatInterface(
|
123 |
respond,
|
@@ -159,7 +150,7 @@ demo = gr.ChatInterface(
|
|
159 |
undo_btn="Undo",
|
160 |
clear_btn="Clear",
|
161 |
submit_btn="Send",
|
162 |
-
title="Chat with Gemma 2
|
163 |
description=description,
|
164 |
chatbot=gr.Chatbot(
|
165 |
scale=1,
|
|
|
108 |
outputs += output
|
109 |
yield outputs
|
110 |
|
111 |
+
description = ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
|
113 |
demo = gr.ChatInterface(
|
114 |
respond,
|
|
|
150 |
undo_btn="Undo",
|
151 |
clear_btn="Clear",
|
152 |
submit_btn="Send",
|
153 |
+
title="Chat with Gemma 2",
|
154 |
description=description,
|
155 |
chatbot=gr.Chatbot(
|
156 |
scale=1,
|