lossLopes commited on
Commit
036fae7
·
1 Parent(s): 884e1bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -51,10 +51,8 @@ iface = gr.Interface(
51
  fn=summarize_text,
52
  inputs=gr.Textbox(),
53
  outputs=gr.Textbox(),
54
- live=True,
55
- interpretation="default"
56
  )
57
 
58
  # Launch the Gradio Interface
59
  iface.launch()
60
-
 
51
  fn=summarize_text,
52
  inputs=gr.Textbox(),
53
  outputs=gr.Textbox(),
54
+ live=True
 
55
  )
56
 
57
  # Launch the Gradio Interface
58
  iface.launch()