BrainAI-1 commited on
Commit
c1130eb
ยท
verified ยท
1 Parent(s): b2753b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ elif source_radio == "VIDEO":
46
  elif source_radio == "GAME":
47
  input_img = st.sidebar.file_uploader("์ด๋ฏธ์ง€ ํŒŒ์ผ์„ ์„ ํƒํ•˜์„ธ์š”.", type=("jpg", "png"))
48
  if input_img is None:
49
- st.session_state.random_class = object_detection.call_class()
50
  col1, col2 = st.columns([3, 1]) # Adjust the column widths as needed
51
 
52
  with col1:
 
46
  elif source_radio == "GAME":
47
  input_img = st.sidebar.file_uploader("์ด๋ฏธ์ง€ ํŒŒ์ผ์„ ์„ ํƒํ•˜์„ธ์š”.", type=("jpg", "png"))
48
  if input_img is None:
49
+ #st.session_state.random_class = object_detection.call_class()
50
  col1, col2 = st.columns([3, 1]) # Adjust the column widths as needed
51
 
52
  with col1: