Ali-C137 commited on
Commit
32c5e8c
1 Parent(s): 5793a45

Update app.py

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