Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ gr.Interface(
|
|
79 |
],
|
80 |
outputs="image",
|
81 |
title="Image Upscaling 🦆",
|
82 |
-
description="
|
83 |
allow_flagging="never",
|
84 |
css=css,
|
85 |
).launch()
|
|
|
79 |
],
|
80 |
outputs="image",
|
81 |
title="Image Upscaling 🦆",
|
82 |
+
description="Upscale your images!",
|
83 |
allow_flagging="never",
|
84 |
css=css,
|
85 |
).launch()
|