Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,6 @@ import matplotlib.pyplot as plt
|
|
4 |
import tensorflow as tf
|
5 |
import tensorflow_probability as tfp
|
6 |
from math import sqrt
|
7 |
-
from scipy import stats
|
8 |
-
import pandas as pd
|
9 |
|
10 |
tfd = tfp.distributions
|
11 |
tfl = tfp.layers
|
|
|
4 |
import tensorflow as tf
|
5 |
import tensorflow_probability as tfp
|
6 |
from math import sqrt
|
|
|
|
|
7 |
|
8 |
tfd = tfp.distributions
|
9 |
tfl = tfp.layers
|