Update app.py
Browse files
app.py
CHANGED
@@ -230,7 +230,7 @@ with demo:
|
|
230 |
detect_landmark_btn = gr.Button("Detect landmark")
|
231 |
detect_landmark_btn.click(preprocess_video, [video_in], [
|
232 |
video_out])
|
233 |
-
predict_btn = gr.Button("Predict")
|
234 |
#predict_btn.click(predict, [video_out], [text_output])
|
235 |
predict_btn.click(predict_and_save, [video_out], [text_output])
|
236 |
with gr.Row():
|
|
|
230 |
detect_landmark_btn = gr.Button("Detect landmark")
|
231 |
detect_landmark_btn.click(preprocess_video, [video_in], [
|
232 |
video_out])
|
233 |
+
predict_btn = gr.Button("Predict" and save)
|
234 |
#predict_btn.click(predict, [video_out], [text_output])
|
235 |
predict_btn.click(predict_and_save, [video_out], [text_output])
|
236 |
with gr.Row():
|