daspartho commited on
Commit
48afb07
·
1 Parent(s): d853b4c

disabled live

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -20,7 +20,6 @@ iface = gr.Interface(
20
  fn=classify_text,
21
  inputs=gr.inputs.Textbox(label="Type the plot here",),
22
  outputs=gr.outputs.Textbox(label='What the model thinks'),
23
- live=True,
24
- enable_queue=True
25
  )
26
  iface.launch()
 
20
  fn=classify_text,
21
  inputs=gr.inputs.Textbox(label="Type the plot here",),
22
  outputs=gr.outputs.Textbox(label='What the model thinks'),
23
+ enable_queue=True,
 
24
  )
25
  iface.launch()