Spaces:
Runtime error
Runtime error
Commit
·
7d3a330
1
Parent(s):
a8a0c5a
Update app.py
Browse files
app.py
CHANGED
|
@@ -120,6 +120,8 @@ iface = gr.Interface(
|
|
| 120 |
gr.components.Textbox(type="text", label="Raw Scores"),
|
| 121 |
gr.components.Textbox(type="text", label="Top Prediction")
|
| 122 |
],
|
|
|
|
|
|
|
| 123 |
live=False
|
| 124 |
)
|
| 125 |
|
|
|
|
| 120 |
gr.components.Textbox(type="text", label="Raw Scores"),
|
| 121 |
gr.components.Textbox(type="text", label="Top Prediction")
|
| 122 |
],
|
| 123 |
+
title="Engagify's Advanced Image Recognition Suite",
|
| 124 |
+
description=("[[V0.5.1] Video Action Recognition - Copyright Engajify 2023] [Author: Ibrahim Ali] [Method: XCLIP ZERO SHOT / SAMPLED FRAMES = 32)",
|
| 125 |
live=False
|
| 126 |
)
|
| 127 |
|