abidlabs HF Staff commited on
Commit
877dd0d
·
verified ·
1 Parent(s): 1950f75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,6 +5,6 @@ def test():
5
 
6
  with gr.Blocks() as demo:
7
  t = gr.Textbox()
8
- demo.launch(test, None, t)
9
 
10
  demo.launch()
 
5
 
6
  with gr.Blocks() as demo:
7
  t = gr.Textbox()
8
+ demo.load(test, None, t)
9
 
10
  demo.launch()