Spaces:
Sleeping
Sleeping
Commit
Β·
5b3ca57
1
Parent(s):
c6c8cd6
minor change
Browse files
pages/3_Training the Model.py
CHANGED
|
@@ -16,9 +16,7 @@ def infer(image):
|
|
| 16 |
output = query(image)
|
| 17 |
cols = st.columns(2)
|
| 18 |
cols[0].image(image, use_column_width=True)
|
| 19 |
-
|
| 20 |
-
for item in output:
|
| 21 |
-
st.progress(item["score"], text=item["label"])
|
| 22 |
|
| 23 |
|
| 24 |
def step3_page():
|
|
|
|
| 16 |
output = query(image)
|
| 17 |
cols = st.columns(2)
|
| 18 |
cols[0].image(image, use_column_width=True)
|
| 19 |
+
cols[1].text("Trained")
|
|
|
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
def step3_page():
|