Spaces:
Build error
Build error
Update app.py
Browse files
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
|
| 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)
|