hereoncollab commited on
Commit
81d387e
·
verified ·
1 Parent(s): dce5444

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ else:
13
  raise ValueError("Hugging Face token not found in environment variables.")
14
 
15
  # Initialize the text generation pipeline
16
- pipe = pipeline("text-generation", model="TinyLlama/TinyLlama-1.1B-Chat-v1.0")
17
 
18
  def generate_response(user_input):
19
  # Generate text based on the user's input
 
13
  raise ValueError("Hugging Face token not found in environment variables.")
14
 
15
  # Initialize the text generation pipeline
16
+ pipe = pipeline("text-generation", model="FacebookAI/xlm-roberta-base")
17
 
18
  def generate_response(user_input):
19
  # Generate text based on the user's input