Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def generate_viz(text, target_class):
|
|
9 |
text_batch=[]
|
10 |
text_batch.append(text)
|
11 |
token_import, html_page = generate_visual(text_batch=text_batch, target_class=target_class)
|
12 |
-
return
|
13 |
|
14 |
title = "Explain BERT π"
|
15 |
|
|
|
9 |
text_batch=[]
|
10 |
text_batch.append(text)
|
11 |
token_import, html_page = generate_visual(text_batch=text_batch, target_class=target_class)
|
12 |
+
return token_import, html_page
|
13 |
|
14 |
title = "Explain BERT π"
|
15 |
|