Ali-C137 commited on
Commit
2924ece
1 Parent(s): e1be960

3rd commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def generate(Name, Employer, Position, Organization, Hard_skills, Soft_skills, m
34
  return tokenizer.decode(sample[0], truncate_before_pattern=[r"\n\n^#", "^'''", "\n\n\n"])
35
 
36
  title = "Motivation Letter Generator w/ GPT-Neo-1.3B"
37
- article = "Colab is not really offering GPUs to load the big guns like 176B BLOOM so this is a toy demo, But if you have enough resources feel free to contact me and i'll send you the notebook, my contact: ali.elfilali00@gmail.com"
38
 
39
  gr.Interface(
40
  fn=generate,
 
34
  return tokenizer.decode(sample[0], truncate_before_pattern=[r"\n\n^#", "^'''", "\n\n\n"])
35
 
36
  title = "Motivation Letter Generator w/ GPT-Neo-1.3B"
37
+ article = "Colab is not really offering GPUs to load the big guns like 176B BLOOM so this is a toy demo, But if you have enough resources feel free to attack it or contact me, my contact: ali.elfilali00@gmail.com"
38
 
39
  gr.Interface(
40
  fn=generate,