Spaces:
Runtime error
Runtime error
nanushio
commited on
Commit
·
c45a2ea
1
Parent(s):
289aa5c
- [MINOR] [SOURCE] [UPDATE] 1. update app.py
Browse files
app.py
CHANGED
|
@@ -94,7 +94,7 @@ def inference_one_video(input_video):
|
|
| 94 |
return pred_score
|
| 95 |
|
| 96 |
# Define the input and output types for Gradio using the new API
|
| 97 |
-
video_input = gr.Video(
|
| 98 |
output_label = gr.JSON(label="Scores")
|
| 99 |
|
| 100 |
# Create the Gradio interface
|
|
|
|
| 94 |
return pred_score
|
| 95 |
|
| 96 |
# Define the input and output types for Gradio using the new API
|
| 97 |
+
video_input = gr.Video(label="Input Video")
|
| 98 |
output_label = gr.JSON(label="Scores")
|
| 99 |
|
| 100 |
# Create the Gradio interface
|