jeevana commited on
Commit
207da04
·
verified ·
1 Parent(s): 2ec7e44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ def predict(input):
12
  return prediction
13
 
14
 
15
- app = gr.Interface(fn=predict, inputs=[gr.Textbox(label="Email", lines=12)],
16
- outputs=[gr.Textbox(label="Subject", lines=3)],
17
  title="EmailSubjectLineGeneration",
18
  description="EmailSubjectLineGeneration with GPT2"
19
  )
 
12
  return prediction
13
 
14
 
15
+ app = gr.Interface(fn=predict, inputs=[gr.Textbox(label="Email", lines=15)],
16
+ outputs=[gr.Textbox(label="Subject", lines=15)],
17
  title="EmailSubjectLineGeneration",
18
  description="EmailSubjectLineGeneration with GPT2"
19
  )