Spaces:
Build error
Build error
Upload app.py
Browse files
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 |
|