Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,3 +20,4 @@ with gr.Blocks() as demo:
|
|
20 |
gr.Markdown().attach_load_event(hello, None)
|
21 |
gr.LoginButton()
|
22 |
# gr.LogoutButton()
|
|
|
|
20 |
gr.Markdown().attach_load_event(hello, None)
|
21 |
gr.LoginButton()
|
22 |
# gr.LogoutButton()
|
23 |
+
demo.launch()
|