Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -198,7 +198,7 @@ def process(pil_base_image_rgba=None, preprocess_base_image=False,
|
|
198 |
if __name__ == "__main__":
|
199 |
|
200 |
block = gr.Blocks(
|
201 |
-
title="
|
202 |
css="assets/css/style.css",
|
203 |
theme=gr.themes.Soft(
|
204 |
radius_size=gr.themes.sizes.radius_none,
|
|
|
198 |
if __name__ == "__main__":
|
199 |
|
200 |
block = gr.Blocks(
|
201 |
+
title="ImageSynthesizer",
|
202 |
css="assets/css/style.css",
|
203 |
theme=gr.themes.Soft(
|
204 |
radius_size=gr.themes.sizes.radius_none,
|