Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar
commited on
Commit
•
f11e532
1
Parent(s):
6083a1d
Fix plot bug
Browse files- app.py +0 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
3 |
import plotly.express as px
|
4 |
-
import matplotlib.pyplot as plt
|
5 |
import sahi.utils.file
|
6 |
from PIL import Image
|
7 |
from sahi import AutoDetectionModel
|
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
3 |
import plotly.express as px
|
|
|
4 |
import sahi.utils.file
|
5 |
from PIL import Image
|
6 |
from sahi import AutoDetectionModel
|
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
sahi==0.11.14
|
2 |
-
|
3 |
streamlit
|
4 |
ultralyticsplus
|
5 |
|
|
|
1 |
sahi==0.11.14
|
2 |
+
plotly
|
3 |
streamlit
|
4 |
ultralyticsplus
|
5 |
|