Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -262,6 +262,6 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
262 |
# Play
|
263 |
play_video_button.click(play_video, inputs=youtube_url, outputs=youtube_player)
|
264 |
with gr.Column(scale=1):
|
265 |
-
init_youtube_account()
|
266 |
Log(log_file, tail=2, dark=True, xterm_font_size=12, elem_id='mylog')
|
267 |
demo.launch(debug=True)
|
|
|
262 |
# Play
|
263 |
play_video_button.click(play_video, inputs=youtube_url, outputs=youtube_player)
|
264 |
with gr.Column(scale=1):
|
265 |
+
# init_youtube_account() # : dead..
|
266 |
Log(log_file, tail=2, dark=True, xterm_font_size=12, elem_id='mylog')
|
267 |
demo.launch(debug=True)
|