Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
import torch
|
|
|
2 |
from fastai.text.all import *
|
3 |
-
from blurr.data.all import *
|
4 |
-
from blurr.modeling.all import *
|
5 |
from transformers import BartForConditionalGeneration
|
6 |
|
7 |
# Load the pre-trained model and tokenizer (adjust for Bart if needed)
|
|
|
1 |
import torch
|
2 |
+
|
3 |
from fastai.text.all import *
|
4 |
+
from blurr.text.data.all import *
|
5 |
+
from blurr.text.modeling.all import *
|
6 |
from transformers import BartForConditionalGeneration
|
7 |
|
8 |
# Load the pre-trained model and tokenizer (adjust for Bart if needed)
|