Spaces:
Runtime error
Runtime error
Commit
·
0fccf70
1
Parent(s):
6b29a33
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import transformers
|
|
| 5 |
from transformers import pipeline
|
| 6 |
|
| 7 |
# Replace this with your own checkpoint
|
| 8 |
-
model_checkpoint = "
|
| 9 |
|
| 10 |
|
| 11 |
@st.cache
|
|
|
|
| 5 |
from transformers import pipeline
|
| 6 |
|
| 7 |
# Replace this with your own checkpoint
|
| 8 |
+
model_checkpoint = "Modfiededition/t5-base-fine-tuned-on-jfleg"
|
| 9 |
|
| 10 |
|
| 11 |
@st.cache
|