Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -192,9 +192,7 @@ footer {display:none !important;}
|
|
| 192 |
"""
|
| 193 |
title = "🎬 Multilingual Video Classification (Beautiful + Voice Icon)"
|
| 194 |
description = """
|
| 195 |
-
|
| 196 |
-
The model predicts the action and shows a **beautiful card** 🌍
|
| 197 |
-
Click the 🔊 icon to **hear the word pronounced** in that language.
|
| 198 |
"""
|
| 199 |
iface = gr.Interface(
|
| 200 |
fn=classify_video,
|
|
|
|
| 192 |
"""
|
| 193 |
title = "🎬 Multilingual Video Classification (Beautiful + Voice Icon)"
|
| 194 |
description = """
|
| 195 |
+
🌍Click the 🔊 icon to **hear the word pronounced** in that language.
|
|
|
|
|
|
|
| 196 |
"""
|
| 197 |
iface = gr.Interface(
|
| 198 |
fn=classify_video,
|