Spaces:
Sleeping
Sleeping
fahmiaziz98
commited on
Commit
·
a523647
1
Parent(s):
628165b
first commit
Browse files
app.py
CHANGED
@@ -88,6 +88,6 @@ if model_choice == "VIT Pose Classification":
|
|
88 |
pipe = None
|
89 |
|
90 |
if predict and pipe:
|
91 |
-
|
92 |
-
|
93 |
-
|
|
|
88 |
pipe = None
|
89 |
|
90 |
if predict and pipe:
|
91 |
+
with st.spinner("Predicting..."):
|
92 |
+
output = pipe(image)
|
93 |
+
st.write(output)
|