BrainAI-1 commited on
Commit
0e32b2c
·
verified ·
1 Parent(s): 23b033b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 object")
 
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")