Spaces:
Running
Running
mmahesh873
commited on
Commit
•
58d9ba0
1
Parent(s):
d155ff4
minor dropdown update
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ model_select = st.selectbox(
|
|
17 |
'Select the model:',
|
18 |
[
|
19 |
"Microsoft's Phi-2",
|
20 |
-
"Google's Gemma"
|
21 |
])
|
22 |
|
23 |
if model_select == "Microsoft's Phi-2":
|
|
|
17 |
'Select the model:',
|
18 |
[
|
19 |
"Microsoft's Phi-2",
|
20 |
+
"Google's Gemma-7b"
|
21 |
])
|
22 |
|
23 |
if model_select == "Microsoft's Phi-2":
|