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