Spaces:
Sleeping
Sleeping
00ber
commited on
Commit
•
2683255
1
Parent(s):
1a38637
Added default value
Browse files
app.py
CHANGED
@@ -29,7 +29,9 @@ demo = gr.Interface(
|
|
29 |
[
|
30 |
"meta-llama/Meta-Llama-3-8B-Instruct",
|
31 |
"deepseek-ai/deepseek-coder-7b-instruct-v1.5",
|
32 |
-
],
|
|
|
|
|
33 |
),
|
34 |
gr.Textbox(
|
35 |
label="Input",
|
|
|
29 |
[
|
30 |
"meta-llama/Meta-Llama-3-8B-Instruct",
|
31 |
"deepseek-ai/deepseek-coder-7b-instruct-v1.5",
|
32 |
+
],
|
33 |
+
value="meta-llama/Meta-Llama-3-8B-Instruct",
|
34 |
+
label="Model"
|
35 |
),
|
36 |
gr.Textbox(
|
37 |
label="Input",
|