From 7b07509b385993d1ff7acde4a9481ae293cac79f Mon Sep 17 00:00:00 2001 From: AK391 Date: Tue, 23 Mar 2021 14:41:58 -0400 Subject: [PATCH] add article --- demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo.py b/demo.py index a8792dc..b618e66 100644 --- a/demo.py +++ b/demo.py @@ -48,4 +48,4 @@ examples = [ ["giraffe.jpg"] ] -gr.Interface(classify, inputs, outputs, title=title, description=description, examples=examples).launch(debug=True) \ No newline at end of file +gr.Interface(classify, inputs, outputs, title=title, description=description, examples=examples, article=article).launch(debug=True) \ No newline at end of file