Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -73,13 +73,13 @@ gr.Interface(
|
|
73 |
model_choices,
|
74 |
type="value",
|
75 |
default=None,
|
76 |
-
label="
|
77 |
optional=False,
|
78 |
),
|
79 |
],
|
80 |
outputs="image",
|
81 |
-
title="
|
82 |
-
description="
|
83 |
allow_flagging="never",
|
84 |
css=css,
|
85 |
).launch()
|
|
|
73 |
model_choices,
|
74 |
type="value",
|
75 |
default=None,
|
76 |
+
label="Elegir Upscaler",
|
77 |
optional=False,
|
78 |
),
|
79 |
],
|
80 |
outputs="image",
|
81 |
+
title="Dream awAI | image upscaling ✨💫",
|
82 |
+
description="",
|
83 |
allow_flagging="never",
|
84 |
css=css,
|
85 |
).launch()
|