TianlaiChen commited on
Commit
49709b2
1 Parent(s): cd6ad5b
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -46,7 +46,6 @@ interface = gr.Interface(
46
  gr.Dropdown(choices=[str(i) for i in range(1, 11)], label="Top K Value", default="3")
47
  ],
48
  outputs="textbox",
49
- live=True
50
  )
51
 
52
  interface.launch()
 
46
  gr.Dropdown(choices=[str(i) for i in range(1, 11)], label="Top K Value", default="3")
47
  ],
48
  outputs="textbox",
 
49
  )
50
 
51
  interface.launch()