Jaglinux commited on
Commit
71d9134
·
verified ·
1 Parent(s): 668bec1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ demo = gr.Interface(
10
  fn=infer,
11
  inputs=["text"],
12
  outputs=["text"],
 
13
  )
14
 
15
  demo.launch()
 
10
  fn=infer,
11
  inputs=["text"],
12
  outputs=["text"],
13
+ description="text-generation using gpt2",
14
  )
15
 
16
  demo.launch()