npc0 commited on
Commit
9f6262d
·
1 Parent(s): 2271bee

Update app.py

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