Spaces:
Sleeping
Sleeping
Create saved_transcripts.py
Browse files- saved_transcripts.py +7 -0
saved_transcripts.py
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
saved_transcripts = {
|
2 |
+
"dQw4w9WgXcQ": "This video explains advanced AI concepts using example 1.",
|
3 |
+
"F9cTlfD7ZGM": "This video explains advanced AI concepts using example 2.",
|
4 |
+
"HMcFwjWVprs": "This video explains the GenAI protocol and its real-world impact.",
|
5 |
+
"9bZkp7q19f0": "An entertaining music video showcasing viral content dynamics.",
|
6 |
+
"kpFryeT3Y18": "This tutorial covers the basics of AI agent collaboration with demos."
|
7 |
+
}
|