rajrathi commited on
Commit
f4e3f58
1 Parent(s): 0e62ef3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -48,7 +48,8 @@ iface = gr.Interface(
48
  outputs = ["image"],
49
  examples = examples,
50
  description = description,
51
- title = title
 
52
  )
53
 
54
  iface.launch()
 
48
  outputs = ["image"],
49
  examples = examples,
50
  description = description,
51
+ title = title,
52
+ article = article
53
  )
54
 
55
  iface.launch()