Huu076 commited on
Commit
08994c8
1 Parent(s): a08472f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -162,9 +162,9 @@ demo = gr.Interface(
162
  type="pil",
163
  show_download_button=True,
164
  ), #[gr.Image(type="pil", label="Ouput", min_width=500)],
165
- title=title,
166
- description=description,
167
- article=article,
168
  examples=examples,
169
  css=css,
170
  )
 
162
  type="pil",
163
  show_download_button=True,
164
  ), #[gr.Image(type="pil", label="Ouput", min_width=500)],
165
+ #title=title,
166
+ #description=description,
167
+ #article=article,
168
  examples=examples,
169
  css=css,
170
  )