abidlabs HF Staff commited on
Commit
4f568cf
·
verified ·
1 Parent(s): 3ec0ce8

Update app.py

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