SuperSecureHuman commited on
Commit
eac21ed
1 Parent(s): 07d9eaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ gr.Interface(
139
  description="SuperResolution",
140
  inputs = image,
141
  outputs = gr.Gallery(label="Outputs, First image is low res, next one is High Res",visible=True),
142
- description = markdown_part,
143
  interpretation='default',
144
  allow_flagging='never'
145
  ).launch()
 
139
  description="SuperResolution",
140
  inputs = image,
141
  outputs = gr.Gallery(label="Outputs, First image is low res, next one is High Res",visible=True),
142
+ article = markdown_part,
143
  interpretation='default',
144
  allow_flagging='never'
145
  ).launch()