Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -150,7 +150,7 @@ def image_properties(img):
|
|
150 |
return "Unsupported image format."
|
151 |
|
152 |
def main():
|
153 |
-
with gr.Blocks(theme=gr.themes.Default(primary_hue="
|
154 |
|
155 |
gr.Markdown(
|
156 |
"""# <div align="center"> Upscale </div>
|
|
|
150 |
return "Unsupported image format."
|
151 |
|
152 |
def main():
|
153 |
+
with gr.Blocks(theme=gr.themes.Default(primary_hue="gray", secondary_hue="gray"), title="Ilaria Upscaler 💖") as app:
|
154 |
|
155 |
gr.Markdown(
|
156 |
"""# <div align="center"> Upscale </div>
|