update
Browse files
app.py
CHANGED
@@ -102,7 +102,8 @@ confidence = float(st.sidebar.slider(
|
|
102 |
"Select Model Confidence", 30, 100, 50)) / 100
|
103 |
|
104 |
if model_type:
|
105 |
-
st.header('{} Trial
|
|
|
106 |
model_path = model_info[model_type]
|
107 |
|
108 |
try:
|
|
|
102 |
"Select Model Confidence", 30, 100, 50)) / 100
|
103 |
|
104 |
if model_type:
|
105 |
+
st.header('{} Model Trial'.format(model_type),divider='rainbow')
|
106 |
+
st.subheader('Use your :blue[photo/video] :sunglasses:')
|
107 |
model_path = model_info[model_type]
|
108 |
|
109 |
try:
|