Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,6 @@ import matplotlib.pyplot as plt
|
|
4 |
import numpy as np
|
5 |
import matplotlib.pyplot as plt
|
6 |
import tensorflow as tf
|
7 |
-
import seaborn as sns
|
8 |
import tensorflow_probability as tfp
|
9 |
import pandas as pd
|
10 |
tfd = tfp.distributions
|
@@ -34,7 +33,6 @@ ax.set_ylabel("PDF(x)")
|
|
34 |
ax.legend()
|
35 |
ax.set_ylim((0, 1))
|
36 |
|
37 |
-
sns.despine()
|
38 |
|
39 |
kl = tfd.kl_divergence(q, p)
|
40 |
st.latex(f"D_{{KL}}(q||p) is : {kl:0.2f}")
|
|
|
4 |
import numpy as np
|
5 |
import matplotlib.pyplot as plt
|
6 |
import tensorflow as tf
|
|
|
7 |
import tensorflow_probability as tfp
|
8 |
import pandas as pd
|
9 |
tfd = tfp.distributions
|
|
|
33 |
ax.legend()
|
34 |
ax.set_ylim((0, 1))
|
35 |
|
|
|
36 |
|
37 |
kl = tfd.kl_divergence(q, p)
|
38 |
st.latex(f"D_{{KL}}(q||p) is : {kl:0.2f}")
|