Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,3 +16,5 @@ with gr.Blocks() as demo:
|
|
16 |
gr.LoginButton()
|
17 |
gr.LogoutButton()
|
18 |
gr.Markdown().attach_load_event(hello, None)
|
|
|
|
|
|
16 |
gr.LoginButton()
|
17 |
gr.LogoutButton()
|
18 |
gr.Markdown().attach_load_event(hello, None)
|
19 |
+
|
20 |
+
demo.launch()
|