lvwerra HF Staff commited on
Commit
62d1d53
·
1 Parent(s): e1c118f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -40,4 +40,5 @@ with gr.Blocks() as demo:
40
 
41
  check_button.click(check_username, [username], repos)
42
 
 
43
  demo.launch()
 
40
 
41
  check_button.click(check_username, [username], repos)
42
 
43
+
44
  demo.launch()