add example labels
Browse files
app.py
CHANGED
@@ -62,6 +62,26 @@ demo = gr.Interface(
|
|
62 |
</div>
|
63 |
""",
|
64 |
examples=examples if examples else None,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
cache_examples=False,
|
66 |
flagging_mode=None,
|
67 |
)
|
|
|
62 |
</div>
|
63 |
""",
|
64 |
examples=examples if examples else None,
|
65 |
+
example_labels=[
|
66 |
+
"Kuwait Theatre",
|
67 |
+
"Saudi Radio Poetry",
|
68 |
+
"News Report (MSA)",
|
69 |
+
"San3ani Arabic male",
|
70 |
+
"San3ani Arabic female",
|
71 |
+
"Khaleeji Theatre",
|
72 |
+
"TEDx KSA",
|
73 |
+
"Yousif Saif Football Commentary",
|
74 |
+
"Khaleeji Theatre 2",
|
75 |
+
"TV Drama",
|
76 |
+
"KSA Theatre",
|
77 |
+
"TV Drama 2",
|
78 |
+
"Radio Jeddah (KSA)",
|
79 |
+
"Omani Theatre",
|
80 |
+
"Khaleeji Drama",
|
81 |
+
"Radio News",
|
82 |
+
"TEDx KSA 2",
|
83 |
+
"Radio Jeddah (KSA) 2",
|
84 |
+
]
|
85 |
cache_examples=False,
|
86 |
flagging_mode=None,
|
87 |
)
|