miwytt commited on
Commit
d302ff5
1 Parent(s): e5e3aa7

Add import

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import gradio as gr
3
 
4
  from dataclasses import dataclass
5
  from typing import List, Union, Optional
 
6
 
7
  from scipy.special import softmax
8
  from scipy.stats import permutation_test
 
3
 
4
  from dataclasses import dataclass
5
  from typing import List, Union, Optional
6
+ import numpy as np
7
 
8
  from scipy.special import softmax
9
  from scipy.stats import permutation_test