BrainAI-1 commited on
Commit
2171de8
ยท
verified ยท
1 Parent(s): aafb61a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ st.title(":blue[Object Detection] :black_cat:")
12
  st.sidebar.header("๋ฉ”๋‰ด")
13
  source_radio = st.sidebar.radio("์„ ํƒํ•˜์„ธ์š”", ["IMAGE", "VIDEO", "GAME"])
14
 
15
- st.session_state.random_class = None
16
 
17
 
18
  if source_radio == "IMAGE":
 
12
  st.sidebar.header("๋ฉ”๋‰ด")
13
  source_radio = st.sidebar.radio("์„ ํƒํ•˜์„ธ์š”", ["IMAGE", "VIDEO", "GAME"])
14
 
15
+ st.session_state.random_class = object_detection.call_class()
16
 
17
 
18
  if source_radio == "IMAGE":