Spaces:
Runtime error
Runtime error
spitzc32
commited on
Commit
·
88c6b2c
1
Parent(s):
9fec302
removed interactive plot
Browse files
app.py
CHANGED
|
@@ -7,7 +7,6 @@ pn.extension('tabulator')
|
|
| 7 |
import warnings
|
| 8 |
warnings.filterwarnings('ignore')
|
| 9 |
|
| 10 |
-
idf = df.interactive()
|
| 11 |
|
| 12 |
# Variables for Interactive selections
|
| 13 |
tagger = Bi_LSTM_CRF.load("checkpoints/best-model.pt")
|
|
|
|
| 7 |
import warnings
|
| 8 |
warnings.filterwarnings('ignore')
|
| 9 |
|
|
|
|
| 10 |
|
| 11 |
# Variables for Interactive selections
|
| 12 |
tagger = Bi_LSTM_CRF.load("checkpoints/best-model.pt")
|