Ali-C137 commited on
Commit
caf451f
1 Parent(s): 475ade1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,6 +22,6 @@ def generate(Name, Employer, Position, Organization, Hard_skills, Soft_skills, m
22
  title = "Motivation Letter Generator w/ GPT-Neo-1.3B"
23
  article = "Impress your employer"
24
 
25
- gr = gr.Interface(fn=generate, inputs=["text", "text", "text", "text", "text", "text"], outputs="text", title=title, article=article, share=True)
26
 
27
  gr.launch()
 
22
  title = "Motivation Letter Generator w/ GPT-Neo-1.3B"
23
  article = "Impress your employer"
24
 
25
+ gr = gr.Interface(fn=generate, inputs=["text", "text", "text", "text", "text", "text"], outputs="text", title=title, article=article)
26
 
27
  gr.launch()