samsl commited on
Commit
2f3a295
1 Parent(s): 028443c

Update title and description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -136,8 +136,8 @@ demo = gr.Interface(
136
  # ),
137
  gr.File(label="Download results", type="filepath")
138
  ],
139
- # title = title,
140
- # description = description,
141
  article = article,
142
  theme = theme,
143
  )
 
136
  # ),
137
  gr.File(label="Download results", type="filepath")
138
  ],
139
+ title = title,
140
+ description = description,
141
  article = article,
142
  theme = theme,
143
  )