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

Update app.py

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