Spaces:
Running
on
Zero
Running
on
Zero
aixsatoshi
commited on
Commit
•
fd0c12c
1
Parent(s):
ba1fd9d
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ description_9b = """<p align="center">Gemma-2 9B it Model</p>"""
|
|
137 |
description_27b = """<p align="center">Gemma-2 9B SPPO it Model</p>"""
|
138 |
|
139 |
interface_9b = create_interface('gemma-2-9b-it-Q5_K_M.gguf', description_9b)
|
140 |
-
interface_27b = create_interface('
|
141 |
|
142 |
# Gradio Blocksで2つのインターフェースを並べて表示
|
143 |
with gr.Blocks() as demo:
|
|
|
137 |
description_27b = """<p align="center">Gemma-2 9B SPPO it Model</p>"""
|
138 |
|
139 |
interface_9b = create_interface('gemma-2-9b-it-Q5_K_M.gguf', description_9b)
|
140 |
+
interface_27b = create_interface('Gemma-2-9B-It-SPPO-Iter3-GGUF', description_27b)
|
141 |
|
142 |
# Gradio Blocksで2つのインターフェースを並べて表示
|
143 |
with gr.Blocks() as demo:
|