Justsp3cial commited on
Commit
7952e16
·
verified ·
1 Parent(s): bae7ec2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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" # Replace with your Hugging Face model repo name
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