Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar
commited on
Commit
·
a5158fe
1
Parent(s):
735dda8
Fix image comparison
Browse files
app.py
CHANGED
@@ -150,9 +150,9 @@ with col2:
|
|
150 |
static_component = image_comparison(
|
151 |
img1=st.session_state["output_1"],
|
152 |
img2=st.session_state["output_2"],
|
153 |
-
label1='
|
154 |
-
label2='
|
155 |
-
width=
|
156 |
starting_position=50,
|
157 |
show_labels=True,
|
158 |
make_responsive=True,
|
|
|
150 |
static_component = image_comparison(
|
151 |
img1=st.session_state["output_1"],
|
152 |
img2=st.session_state["output_2"],
|
153 |
+
label1='Raw Diagram',
|
154 |
+
label2='Inference Prediction',
|
155 |
+
width=1024,
|
156 |
starting_position=50,
|
157 |
show_labels=True,
|
158 |
make_responsive=True,
|