Spaces:
Sleeping
Sleeping
no message
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def main():
|
|
51 |
shosen_dataset_name = st.radio("Select the model to use", DATASETS)
|
52 |
if shosen_dataset_name is not None:
|
53 |
st.write("You selected", shosen_dataset_name)
|
54 |
-
image_object = dataset['pasta'][0]
|
55 |
|
56 |
'''
|
57 |
click to classify
|
|
|
51 |
shosen_dataset_name = st.radio("Select the model to use", DATASETS)
|
52 |
if shosen_dataset_name is not None:
|
53 |
st.write("You selected", shosen_dataset_name)
|
54 |
+
image_object = dataset['pasta'][0]
|
55 |
|
56 |
'''
|
57 |
click to classify
|