fahmiaziz98 commited on
Commit
a523647
·
1 Parent(s): 628165b

first commit

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -88,6 +88,6 @@ if model_choice == "VIT Pose Classification":
88
  pipe = None
89
 
90
  if predict and pipe:
91
- with st.spinner("Predicting..."):
92
- output = pipe(image)
93
- st.write(output)
 
88
  pipe = None
89
 
90
  if predict and pipe:
91
+ with st.spinner("Predicting..."):
92
+ output = pipe(image)
93
+ st.write(output)