Update app.py
Browse files
app.py
CHANGED
|
@@ -57,6 +57,7 @@ elif source_radio == "GAME":
|
|
| 57 |
with col2:
|
| 58 |
if st.button('새로운 객체'):
|
| 59 |
st.session_state.random_class = object_detection.call_class()
|
|
|
|
| 60 |
else:
|
| 61 |
result_img, detected_object = object_detection.process_image(input_img)
|
| 62 |
|
|
@@ -72,4 +73,4 @@ elif source_radio == "GAME":
|
|
| 72 |
with col2:
|
| 73 |
if st.button('새로운 객체'):
|
| 74 |
st.session_state.random_class = object_detection.call_class()
|
| 75 |
-
st.write("new
|
|
|
|
| 57 |
with col2:
|
| 58 |
if st.button('새로운 객체'):
|
| 59 |
st.session_state.random_class = object_detection.call_class()
|
| 60 |
+
st.write("new object 1")
|
| 61 |
else:
|
| 62 |
result_img, detected_object = object_detection.process_image(input_img)
|
| 63 |
|
|
|
|
| 73 |
with col2:
|
| 74 |
if st.button('새로운 객체'):
|
| 75 |
st.session_state.random_class = object_detection.call_class()
|
| 76 |
+
st.write("new object2")
|