Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,6 @@ import keras_nlp
|
|
6 |
|
7 |
keras.utils.set_random_seed(42)
|
8 |
|
9 |
-
@spaces.GPU
|
10 |
def create_model():
|
11 |
gemma_lm = keras_nlp.models.CausalLM.from_preset("hf://soufyane/gemma_2b_instruct_FT_DATA_SCIENCE_lora36_1")
|
12 |
return gemma_lm
|
|
|
6 |
|
7 |
keras.utils.set_random_seed(42)
|
8 |
|
|
|
9 |
def create_model():
|
10 |
gemma_lm = keras_nlp.models.CausalLM.from_preset("hf://soufyane/gemma_2b_instruct_FT_DATA_SCIENCE_lora36_1")
|
11 |
return gemma_lm
|