Update app.py
Browse files
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:
|