simonduerr commited on
Commit
d01498c
1 Parent(s): 98b3d92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ matplotlib.use("Agg")
10
  import matplotlib.pyplot as plt
11
  from transformers import pipeline as pl
12
 
 
13
  import numpy as np
14
  import matplotlib.pyplot as plt
15
  import sys
 
10
  import matplotlib.pyplot as plt
11
  from transformers import pipeline as pl
12
 
13
+ import pandas as pd
14
  import numpy as np
15
  import matplotlib.pyplot as plt
16
  import sys