SuperSecureHuman commited on
Commit
68316a2
1 Parent(s): 43564c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -131,7 +131,7 @@ The output image might look a bit off, because each sub-image dosent have data a
131
  This approach assumes that the subimage has enough data about its surroundings
132
  """
133
 
134
- gr.Markdown(markdown_part)
135
 
136
  gr.Interface(
137
  process_image,
@@ -139,6 +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
  interpretation='default',
143
  allow_flagging='never'
144
  ).launch()
 
131
  This approach assumes that the subimage has enough data about its surroundings
132
  """
133
 
134
+
135
 
136
  gr.Interface(
137
  process_image,
 
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
+ gr.Markdown(markdown_part),
143
  interpretation='default',
144
  allow_flagging='never'
145
  ).launch()