IbrahimHasani commited on
Commit
012c55d
·
1 Parent(s): 64d0ce7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ iface = gr.Interface(
135
  gr.components.Text(type="text", label="Top Prediction"),
136
 
137
  ],
138
- title="Engagify's Action Detection Video",
139
  description="[Author: Ibrahim Hasani] This Method uses X-CLIP [Version: ZERO SHOT / SAMPLED FRAMES = 32] to determine if an action is being performed in a video or not. (Binaray Classifier). It contrasts an Action against multiple negative labels that are supposedly far enough in the latent semantic space vs the target label. Do not use negative labels in the desired activity, rather the action to be performed.",
140
  live=False,
141
  theme=gr.themes.Monochrome(),
 
135
  gr.components.Text(type="text", label="Top Prediction"),
136
 
137
  ],
138
+ title="Action Detection Video",
139
  description="[Author: Ibrahim Hasani] This Method uses X-CLIP [Version: ZERO SHOT / SAMPLED FRAMES = 32] to determine if an action is being performed in a video or not. (Binaray Classifier). It contrasts an Action against multiple negative labels that are supposedly far enough in the latent semantic space vs the target label. Do not use negative labels in the desired activity, rather the action to be performed.",
140
  live=False,
141
  theme=gr.themes.Monochrome(),