Spaces:
Runtime error
Runtime error
Commit
·
c4122c3
1
Parent(s):
fcd82b8
Update app.py
Browse files
app.py
CHANGED
|
@@ -121,7 +121,7 @@ iface = gr.Interface(
|
|
| 121 |
fn=model_interface,
|
| 122 |
inputs=[
|
| 123 |
gr.components.Video(label="Upload a video file"),
|
| 124 |
-
gr.components.Textbox(default="
|
| 125 |
],
|
| 126 |
outputs=[
|
| 127 |
gr.components.Image(type="pil", label="Sampled Frames"),
|
|
|
|
| 121 |
fn=model_interface,
|
| 122 |
inputs=[
|
| 123 |
gr.components.Video(label="Upload a video file"),
|
| 124 |
+
gr.components.Textbox(default="taking a shot", label="Desired Activity to Recognize"),
|
| 125 |
],
|
| 126 |
outputs=[
|
| 127 |
gr.components.Image(type="pil", label="Sampled Frames"),
|