Nymbo commited on
Commit
510fe6c
1 Parent(s): 3ca0e4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -96,8 +96,6 @@ load_network(model, MODEL_NAME, strict=True, param_key='params')
96
  title = "See More Details"
97
 
98
 
99
- article = "<p style='text-align: center'><a href='https://eduardzamfir.github.io/seemore' target='_blank'>See More Details: Efficient Image Super-Resolution by Experts Mining</a></p>"
100
-
101
  #### Image,Prompts examples
102
  examples = [
103
  ['images/0801x4.png'],
@@ -132,8 +130,7 @@ demo = gr.Interface(
132
  type="pil",
133
  show_download_button=True,
134
  ), #[gr.Image(type="pil", label="Ouput", min_width=500)],
135
- title=title,
136
- article=article,
137
  examples=examples,
138
  css=css,
139
  theme="Nymbo/Alyx_Theme"
 
96
  title = "See More Details"
97
 
98
 
 
 
99
  #### Image,Prompts examples
100
  examples = [
101
  ['images/0801x4.png'],
 
130
  type="pil",
131
  show_download_button=True,
132
  ), #[gr.Image(type="pil", label="Ouput", min_width=500)],
133
+ title=title
 
134
  examples=examples,
135
  css=css,
136
  theme="Nymbo/Alyx_Theme"