jarif commited on
Commit
96da553
1 Parent(s): fa2b247

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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)