Adi12686 commited on
Commit
604faa4
1 Parent(s): 243e648

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ iface = gr.Interface(
14
  fn=generate_explanation,
15
  inputs=gr.Textbox("text", label="Legal Document", lines=5),
16
  outputs=gr.Textbox(label="Explanation"),
17
- live=True,
18
  )
19
 
20
  if __name__ == "__main__":
 
14
  fn=generate_explanation,
15
  inputs=gr.Textbox("text", label="Legal Document", lines=5),
16
  outputs=gr.Textbox(label="Explanation"),
17
+
18
  )
19
 
20
  if __name__ == "__main__":