jy-raychen commited on
Commit
7c56974
·
verified ·
1 Parent(s): ce4eb46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -56,10 +56,10 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, seconda
56
  youtube_link,
57
  load_ready_flag,
58
  ]
59
- # demo.load(
60
- # init_params,
61
- # inputs =[youtube_link],
62
- # outputs = init_outputs
63
- # )
64
 
65
  demo.launch(allowed_paths=["videos"], server_name="0.0.0.0", server_port=7860)
 
56
  youtube_link,
57
  load_ready_flag,
58
  ]
59
+ demo.load(
60
+ init_params,
61
+ inputs =[youtube_link],
62
+ outputs = init_outputs
63
+ )
64
 
65
  demo.launch(allowed_paths=["videos"], server_name="0.0.0.0", server_port=7860)