Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ import matplotlib as mpl
|
|
11 |
|
12 |
import numpy as np
|
13 |
import streamlit as st
|
|
|
14 |
|
15 |
# For measuring the inference time.
|
16 |
import time
|
|
|
11 |
|
12 |
import numpy as np
|
13 |
import streamlit as st
|
14 |
+
import plotly.graph_objs as go
|
15 |
|
16 |
# For measuring the inference time.
|
17 |
import time
|