jeevana commited on
Commit
2ec7e44
·
verified ·
1 Parent(s): 871f685

Rename app_old.py to app.py

Browse files
Files changed (1) hide show
  1. app_old.py → app.py +1 -1
app_old.py → app.py RENAMED
@@ -15,7 +15,7 @@ def predict(input):
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"
19
  )
20
  app.launch(share=True, debug=True)
21
 
 
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
  )
20
  app.launch(share=True, debug=True)
21