swimmiing commited on
Commit
a8d8948
1 Parent(s): 5592209

Add Article

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -90,6 +90,7 @@ demo = gr.Interface(
90
  outputs=gr.Image(type="pil"),
91
  title=title,
92
  description=description,
 
93
  )
94
 
95
  demo.launch(debug=True)
 
90
  outputs=gr.Image(type="pil"),
91
  title=title,
92
  description=description,
93
+ article=article
94
  )
95
 
96
  demo.launch(debug=True)