Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar
commited on
Commit
·
5351a82
1
Parent(s):
6c45483
Update app file
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import streamlit as st
|
|
4 |
from PIL import Image
|
5 |
import random
|
6 |
import sahi.utils.file
|
|
|
7 |
from streamlit_image_comparison import image_comparison
|
8 |
|
9 |
IMAGE_TO_URL = {
|
@@ -109,7 +110,7 @@ with col2:
|
|
109 |
|
110 |
st.write('##')
|
111 |
|
112 |
-
st.markdown(f"##### Uploaded Image vs
|
113 |
static_component = image_comparison(
|
114 |
img1=st.session_state["output_1"],
|
115 |
img2=st.session_state["output_2"],
|
|
|
4 |
from PIL import Image
|
5 |
import random
|
6 |
import sahi.utils.file
|
7 |
+
|
8 |
from streamlit_image_comparison import image_comparison
|
9 |
|
10 |
IMAGE_TO_URL = {
|
|
|
110 |
|
111 |
st.write('##')
|
112 |
|
113 |
+
st.markdown(f"##### Uploaded Image vs Object Detection:")
|
114 |
static_component = image_comparison(
|
115 |
img1=st.session_state["output_1"],
|
116 |
img2=st.session_state["output_2"],
|