IamVicky111 commited on
Commit
beffdf6
·
verified ·
1 Parent(s): 48f784d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ class SystemMessage:
14
 
15
 
16
  # Choose your desired free model from the Hugging Face Hub
17
- model_name = "facebook/bart-base" # Replace with your choice (e.g.,t5-small or facebook/bart-base or EleutherAI/gpt-neo-125M)
18
 
19
  # Load the model and tokenizer
20
 
 
14
 
15
 
16
  # Choose your desired free model from the Hugging Face Hub
17
+ model_name = "t5-small" # Replace with your choice (e.g.,t5-small or facebook/bart-base or EleutherAI/gpt-neo-125M)
18
 
19
  # Load the model and tokenizer
20