Spaces:
Paused
Paused
Update app.py
Browse files
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-
|
| 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():
|