ecarbo commited on
Commit
dd40f04
1 Parent(s): 2bd5454

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def text_generation(input_text, seed):
12
  generated_text = tokenizer.batch_decode(outputs, skip_special_tokens=True)
13
  return generated_text
14
 
15
- title = "Text Generator Demo"
16
  description = "Text Generator Application by ecarbo"
17
 
18
  gr.Interface(
 
12
  generated_text = tokenizer.batch_decode(outputs, skip_special_tokens=True)
13
  return generated_text
14
 
15
+ title = "Text Generator Demo GPT2"
16
  description = "Text Generator Application by ecarbo"
17
 
18
  gr.Interface(