Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -279,11 +279,11 @@ class VideoClassifier:
|
|
| 279 |
# os.path.join(os.path.dirname(__file__), "Spirituality_1_clip.mp4"),
|
| 280 |
# os.path.join(os.path.dirname(__file__), "Science_clip.mp4")],
|
| 281 |
examples = [
|
| 282 |
-
['gemini',"
|
| 283 |
-
['mistral',"
|
| 284 |
-
['gemini',"
|
| 285 |
-
['mistral',"
|
| 286 |
-
['gemini',"
|
| 287 |
],
|
| 288 |
cache_examples=False, outputs=["text", gr.Video(height=80, width=120), gr.Video(height=80, width=120)],
|
| 289 |
css=css_code, title="Interactive Advertising Bureau (IAB) compliant Video-Ad classification")
|
|
|
|
| 279 |
# os.path.join(os.path.dirname(__file__), "Spirituality_1_clip.mp4"),
|
| 280 |
# os.path.join(os.path.dirname(__file__), "Science_clip.mp4")],
|
| 281 |
examples = [
|
| 282 |
+
['gemini',"American_football_heads_to_India_clip.mp4"],
|
| 283 |
+
['mistral',"PersonalFinance_clip.mp4"],
|
| 284 |
+
['gemini',"Motorcycle_clip.mp4"],
|
| 285 |
+
['mistral',"Spirituality_1_clip.mp4"],
|
| 286 |
+
['gemini',"Science_clip.mp4"],
|
| 287 |
],
|
| 288 |
cache_examples=False, outputs=["text", gr.Video(height=80, width=120), gr.Video(height=80, width=120)],
|
| 289 |
css=css_code, title="Interactive Advertising Bureau (IAB) compliant Video-Ad classification")
|