Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
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 |
|