Spaces:
Runtime error
Runtime error
ShebMichel
commited on
Commit
•
835a0e7
1
Parent(s):
d12aaa0
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,8 @@ body::before {
|
|
42 |
# List of available models
|
43 |
available_models = [
|
44 |
"hf://ShebMichel/geobot_teacher-v0",
|
45 |
-
"hf://ShebMichel/geobot_teacher-v1"
|
|
|
46 |
first_model = available_models[0] # Set the first item as a global variable
|
47 |
|
48 |
# geomodel_llm = keras_nlp.models.CausalLM.from_preset("hf://ShebMichel/geobot_teacher-v0")
|
|
|
42 |
# List of available models
|
43 |
available_models = [
|
44 |
"hf://ShebMichel/geobot_teacher-v0",
|
45 |
+
"hf://ShebMichel/geobot_teacher-v1",
|
46 |
+
"hf://ShebMichel/geobot_teacher-v2"]
|
47 |
first_model = available_models[0] # Set the first item as a global variable
|
48 |
|
49 |
# geomodel_llm = keras_nlp.models.CausalLM.from_preset("hf://ShebMichel/geobot_teacher-v0")
|