GSridhar1982 commited on
Commit
8a9c29d
·
verified ·
1 Parent(s): 54d4fdb
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ def generate_subject(email_body):
17
 
18
  iface = gr.Interface(
19
  fn=generate_subject,
20
- inputs=gr.Textbox(lines=5, label="Email Body"),
21
- outputs=gr.Textbox(label="Model Summary")
22
  )
23
 
24
  iface.launch(debug=True)
 
17
 
18
  iface = gr.Interface(
19
  fn=generate_subject,
20
+ inputs="textbox",
21
+ outputs="textbox"
22
  )
23
 
24
  iface.launch(debug=True)