Gordon-H commited on
Commit
deca831
·
verified ·
1 Parent(s): 6f40374

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ if __name__ == "__main__":
143
  inputs=[gr.Image(type="pil", label="Input Image (Low Resolution)")],
144
  outputs=gr.Image(type="pil", label=f"Output Image (Upscaled x{MODEL_SCALE_FACTOR})"), # Clarify output
145
  title="OxO Image Super-Resolution (x{})".format(MODEL_SCALE_FACTOR), # Include scale in title
146
- description=f"Upload an image to upscale it by a factor of {MODEL_SCALE_FACTOR}. Repaired images may seem dark and colorless, you can adjust the contrast to make it look better.",
147
  allow_flagging='never', # Disable flagging
148
  cache_examples=False, # Do not cache examples
149
  live=False, # Process only when submit is clicked (better for heavy tasks)
 
143
  inputs=[gr.Image(type="pil", label="Input Image (Low Resolution)")],
144
  outputs=gr.Image(type="pil", label=f"Output Image (Upscaled x{MODEL_SCALE_FACTOR})"), # Clarify output
145
  title="OxO Image Super-Resolution (x{})".format(MODEL_SCALE_FACTOR), # Include scale in title
146
+ description=f"Upload a PNG to upscale it by a factor of {MODEL_SCALE_FACTOR}. Repaired images may seem dark and colorless, you can adjust the contrast to make it look better.",
147
  allow_flagging='never', # Disable flagging
148
  cache_examples=False, # Do not cache examples
149
  live=False, # Process only when submit is clicked (better for heavy tasks)