John6666 commited on
Commit
0317279
·
verified ·
1 Parent(s): e829da1

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ with gr.Blocks() as demo:
36
  run_button = gr.Button("Wake up spaces", variant="primary")
37
  info_md = gr.Markdown("<br><br><br>")
38
 
39
- run_button.click(wakeup_spaces, [username, is_private], [info_md])
40
 
41
  demo.launch()
42
 
 
36
  run_button = gr.Button("Wake up spaces", variant="primary")
37
  info_md = gr.Markdown("<br><br><br>")
38
 
39
+ run_button.click(wakeup_spaces, [username, token, is_private], [info_md])
40
 
41
  demo.launch()
42