Spaces:
Sleeping
Sleeping
fahmiaziz98
commited on
Commit
·
21cba33
1
Parent(s):
6f3af4f
first commit
Browse files
app.py
CHANGED
@@ -76,17 +76,4 @@ if model_choice == "VIT Pose Classification":
|
|
76 |
if predict:
|
77 |
with st.spinner("Predicting..."):
|
78 |
output = pipe(image)
|
79 |
-
st.write(output)
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
user_input = st.text_area("Enter text here...")
|
85 |
-
predict = st.button("Predict")
|
86 |
-
if predict:
|
87 |
-
with st.spinner("Downloading Model...")
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
|
|
76 |
if predict:
|
77 |
with st.spinner("Predicting..."):
|
78 |
output = pipe(image)
|
79 |
+
st.write(output)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|