K00B404 commited on
Commit
739c28c
·
verified ·
1 Parent(s): e9acef8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- tuber = thaTube()
 
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]: