Spaces:
Sleeping
Sleeping
no message
Browse files
app.py
CHANGED
@@ -20,6 +20,7 @@ CONTAINER_BODY = st.container()
|
|
20 |
|
21 |
|
22 |
|
|
|
23 |
#(image_object, classifier_pipeline)
|
24 |
#def classify_one_image(classifier_model, dataset_to_classify):
|
25 |
#classify_one_image(image_object, classifier_pipeline)
|
@@ -87,7 +88,7 @@ def main():
|
|
87 |
# # Code to restart or reset your app goes here
|
88 |
# import subprocess
|
89 |
# subprocess.call(["shutdown", "-r", "-t", "0"])
|
90 |
-
|
91 |
|
92 |
|
93 |
|
|
|
20 |
|
21 |
|
22 |
|
23 |
+
|
24 |
#(image_object, classifier_pipeline)
|
25 |
#def classify_one_image(classifier_model, dataset_to_classify):
|
26 |
#classify_one_image(image_object, classifier_pipeline)
|
|
|
88 |
# # Code to restart or reset your app goes here
|
89 |
# import subprocess
|
90 |
# subprocess.call(["shutdown", "-r", "-t", "0"])
|
91 |
+
with CONTAINER_BODY:
|
92 |
|
93 |
|
94 |
|