ritwikraha
commited on
Commit
·
954ad8e
1
Parent(s):
7538d81
check
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
import tensorflow as tf
|
3 |
import numpy as np
|
|
|
4 |
|
5 |
# Setting random seed to obtain reproducible results.
|
6 |
tf.random.set_seed(42)
|
|
|
1 |
import streamlit as st
|
2 |
import tensorflow as tf
|
3 |
import numpy as np
|
4 |
+
import matplotlib.pyplot as plt
|
5 |
|
6 |
# Setting random seed to obtain reproducible results.
|
7 |
tf.random.set_seed(42)
|