Spaces:
Build error
Build error
no message
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ def classify_full_dataset(shosen_dataset_name, chosen_model_name):
|
|
| 53 |
dataset = load_dataset(shosen_dataset_name,"testedata_readme")
|
| 54 |
#with SCROLLABLE_TEXT:
|
| 55 |
#Image teste load
|
| 56 |
-
image_object =
|
| 57 |
SCROLLABLE_TEXT.image(image_object, caption="Uploaded Image", width=300)
|
| 58 |
#st.write("### FLAG 3")
|
| 59 |
|
|
|
|
| 53 |
dataset = load_dataset(shosen_dataset_name,"testedata_readme")
|
| 54 |
#with SCROLLABLE_TEXT:
|
| 55 |
#Image teste load
|
| 56 |
+
image_object = dataset['pasta'][0]["image"]
|
| 57 |
SCROLLABLE_TEXT.image(image_object, caption="Uploaded Image", width=300)
|
| 58 |
#st.write("### FLAG 3")
|
| 59 |
|