Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ html, body {
|
|
26 |
"""
|
27 |
|
28 |
# Load the Keras NLP model from Hugging Face or Kaggle
|
29 |
-
model_repo = "Justsp3cial/maize_model"
|
30 |
gemma_lm = keras_nlp.models.CausalLM.from_preset(f"hf://{model_repo}")
|
31 |
|
32 |
# Define the function to generate responses
|
|
|
26 |
"""
|
27 |
|
28 |
# Load the Keras NLP model from Hugging Face or Kaggle
|
29 |
+
model_repo = "Justsp3cial/maize_model"
|
30 |
gemma_lm = keras_nlp.models.CausalLM.from_preset(f"hf://{model_repo}")
|
31 |
|
32 |
# Define the function to generate responses
|