Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -89,4 +89,4 @@ with gr.Blocks() as demo:
|
|
89 |
check_button.click(check_username, [username, version], [repos, opt_out])
|
90 |
|
91 |
|
92 |
-
|
|
|
89 |
check_button.click(check_username, [username, version], [repos, opt_out])
|
90 |
|
91 |
|
92 |
+
demo.launch()
|