dpaul93 commited on
Commit
5ca5da9
1 Parent(s): 898b8ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ iface = gr.Interface(
12
  fn=generate_text,
13
  inputs="text",
14
  outputs="text",
15
- title="LLM Text Generator",
16
  description="Generate text using a pre-trained GPT-2 model."
17
  )
18
 
 
12
  fn=generate_text,
13
  inputs="text",
14
  outputs="text",
15
+ title="LLM Text Generator using demo",
16
  description="Generate text using a pre-trained GPT-2 model."
17
  )
18