Spaces:
Runtime error
Runtime error
sync prod and test
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ def load_text(file_name):
|
|
170 |
custom_css = load_text("style.css")
|
171 |
|
172 |
# Создание интерфейса Gradio
|
173 |
-
with gr.Blocks(title="3D Icon Generator", css=custom_css, theme=gr.themes.
|
174 |
gr.Markdown("# iconDDDzilla")
|
175 |
gr.Markdown("### Create 3d icons with transparent background in one click!")
|
176 |
|
|
|
170 |
custom_css = load_text("style.css")
|
171 |
|
172 |
# Создание интерфейса Gradio
|
173 |
+
with gr.Blocks(title="3D Icon Generator", css=custom_css, theme=gr.themes.Soft()) as app:
|
174 |
gr.Markdown("# iconDDDzilla")
|
175 |
gr.Markdown("### Create 3d icons with transparent background in one click!")
|
176 |
|