Spaces:
Running
Running
change path
Browse files- conversation.py +6 -6
conversation.py
CHANGED
@@ -25,12 +25,12 @@ class SeparatorStyle(Enum):
|
|
25 |
|
26 |
video_helper_map = {
|
27 |
# 'Chips Making Deal Video' : {'path' : '/data/videos/ChipmakingDeal/sub-videos/', 'prefix' : 'ChipmakingDeal_split'},
|
28 |
-
'Innovation-2023' : {'path' : '
|
29 |
-
'Behind-the-Bell-Intel' : {'path' : '
|
30 |
-
'Foundry-Connect' : {'path' : '
|
31 |
-
'Chips Act Funding Announcement' : {'path' : '
|
32 |
-
'22nm-transistor-animation' : {'path' : '
|
33 |
-
'14nm-transistor-animation' : {'path' : '
|
34 |
}
|
35 |
|
36 |
@dataclasses.dataclass
|
|
|
25 |
|
26 |
video_helper_map = {
|
27 |
# 'Chips Making Deal Video' : {'path' : '/data/videos/ChipmakingDeal/sub-videos/', 'prefix' : 'ChipmakingDeal_split'},
|
28 |
+
'Innovation-2023' : {'path' : 'videos/PatsKeynote23/sub-videos/', 'prefix' : 'keynotes23_split'},
|
29 |
+
'Behind-the-Bell-Intel' : {'path' : 'videos/BehindTheBell/sub-videos/', 'prefix' : 'Behind the Bell Intel_split'},
|
30 |
+
'Foundry-Connect' : {'path' : 'videos/SamPatTalkAI/sub-videos/', 'prefix' : 'Sam Altman and Pat Gelsinger Talk Artificial Intelligence_split'},
|
31 |
+
'Chips Act Funding Announcement' : {'path' : 'videos/IntelChipsFundingAnnounce/sub-videos/', 'prefix' : 'Intel Celebrates CHIPS and Science Act Direct Funding Announcement (Replay)_split'},
|
32 |
+
'22nm-transistor-animation' : {'path' : 'videos/MarkBohrExplains22nm/sub-videos/', 'prefix' : 'Video Animation Mark Bohr Gets Small 22nm Explained Intel_split'},
|
33 |
+
'14nm-transistor-animation' : {'path' : 'videos/MarkBohrExplains14nm/sub-videos/', 'prefix' : 'Explanation of Intels 14nm Process_split'},
|
34 |
}
|
35 |
|
36 |
@dataclasses.dataclass
|