npc0 commited on
Commit
4a6693c
·
1 Parent(s): 615f98d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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()