Spaces:
Sleeping
Sleeping
update option
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def app():
|
|
27 |
label="Select the model",
|
28 |
options=(
|
29 |
"Select the model",
|
30 |
-
"HuggingFace(Uses Falcon
|
31 |
"OpenAI"
|
32 |
),
|
33 |
label_visibility="collapsed"
|
|
|
27 |
label="Select the model",
|
28 |
options=(
|
29 |
"Select the model",
|
30 |
+
"HuggingFace(Uses Falcon 7b Model)",
|
31 |
"OpenAI"
|
32 |
),
|
33 |
label_visibility="collapsed"
|