Spaces:
Runtime error
Runtime error
hanzla javaid
commited on
Commit
Β·
229f61f
1
Parent(s):
7ed8a9a
test
Browse files
app.py
CHANGED
@@ -13,8 +13,8 @@ loaded_models = {}
|
|
13 |
|
14 |
# List of available models (ensure these are correct and accessible)
|
15 |
models = [
|
16 |
-
"
|
17 |
-
"
|
18 |
]
|
19 |
|
20 |
|
@@ -140,7 +140,7 @@ with gr.Blocks() as demo:
|
|
140 |
# Buttons for upvote, downvote, and clearing the chat
|
141 |
with gr.Row():
|
142 |
upvote = gr.Button("π Upvote Model 1")
|
143 |
-
downvote = gr.Button("
|
144 |
clear = gr.Button("π§Ή Clear Chat")
|
145 |
|
146 |
# Textbox to display vote counts
|
|
|
13 |
|
14 |
# List of available models (ensure these are correct and accessible)
|
15 |
models = [
|
16 |
+
"turquoiseturtle/ORPO_Qwen2.5_7B_CHKPBest",
|
17 |
+
"turquoiseturtle/ORPO_Llama3.2_8B_CHKPBest"
|
18 |
]
|
19 |
|
20 |
|
|
|
140 |
# Buttons for upvote, downvote, and clearing the chat
|
141 |
with gr.Row():
|
142 |
upvote = gr.Button("π Upvote Model 1")
|
143 |
+
downvote = gr.Button("π Downvote Model 2")
|
144 |
clear = gr.Button("π§Ή Clear Chat")
|
145 |
|
146 |
# Textbox to display vote counts
|