Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,8 @@ tab_names = ["Image Generation", "Chat/Prompt Enhancement", "AIvatar ChatBot", "
|
|
37 |
tabs = st.tabs(tab_names)
|
38 |
|
39 |
# thaTube
|
40 |
-
|
|
|
41 |
|
42 |
# Image Generation Tab
|
43 |
with tabs[0]:
|
|
|
37 |
tabs = st.tabs(tab_names)
|
38 |
|
39 |
# thaTube
|
40 |
+
playlist_url='https://www.youtube.com/playlist?list=PLUwVJKJgdARRdQ3Y3NFB9HMTjXTa5INcz'
|
41 |
+
tuber = thaTube(playlist_url)
|
42 |
|
43 |
# Image Generation Tab
|
44 |
with tabs[0]:
|