francisco-perez-sorrosal commited on
Commit
1bbcde4
·
1 Parent(s): 905ea5f

Fix filters import

Browse files
Files changed (1) hide show
  1. showcase_app.py +1 -1
showcase_app.py CHANGED
@@ -9,7 +9,7 @@ from transformers import (
9
  pipeline,
10
  )
11
 
12
- from .filters import (
13
  clean_html,
14
  remove_twitter_handles,
15
  remove_urls,
 
9
  pipeline,
10
  )
11
 
12
+ from filters import (
13
  clean_html,
14
  remove_twitter_handles,
15
  remove_urls,