IotaCluster commited on
Commit
feedcad
·
verified ·
1 Parent(s): 724e0ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
4
 
5
  # Use a stronger instruction-tuned model
6
  # Options: "google/flan-t5-base", "google/flan-t5-large" (ensure your Space has enough RAM/GPU)
7
- MODEL_NAME = "google/flan-t5-base"
8
 
9
 
10
  def load_cleaner():
 
4
 
5
  # Use a stronger instruction-tuned model
6
  # Options: "google/flan-t5-base", "google/flan-t5-large" (ensure your Space has enough RAM/GPU)
7
+ MODEL_NAME = "google/flan-t5-large"
8
 
9
 
10
  def load_cleaner():