tchans123 commited on
Commit
ea44c7c
·
verified ·
1 Parent(s): 9789ea1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ iface = gr.Interface(
17
  gr.Slider(minimum=10, maximum=100, value=50, label="Max Length"),
18
  ],
19
  outputs=gr.Textbox(label="Generated Text"),
20
- title="GPT-2 Text Generator (OUTDATED",
21
  description="Enter a prompt and generate text using GPT-2 on Hugging Face."
22
  )
23
 
 
17
  gr.Slider(minimum=10, maximum=100, value=50, label="Max Length"),
18
  ],
19
  outputs=gr.Textbox(label="Generated Text"),
20
+ title="GPT-2 Text Generator (OUTDATED)",
21
  description="Enter a prompt and generate text using GPT-2 on Hugging Face."
22
  )
23