Spaces:
Running
Running
minor style change
Browse files- copaint/gradio_ui.py +4 -4
copaint/gradio_ui.py
CHANGED
@@ -110,7 +110,7 @@ def process_copaint(
|
|
110 |
copaint_name="",
|
111 |
copaint_logo=None,
|
112 |
):
|
113 |
-
"""Process the input and generate
|
114 |
# Create temporary directories for processing
|
115 |
# Use /dev/shm if available for better performance
|
116 |
if os.path.exists('/dev/shm'):
|
@@ -167,10 +167,10 @@ def process_copaint(
|
|
167 |
|
168 |
def build_gradio_ui():
|
169 |
# Create Gradio Interface
|
170 |
-
with gr.Blocks(title="
|
171 |
|
172 |
-
gr.Markdown("# π€
|
173 |
-
gr.Markdown("Upload an image with your painting design and set grid parameters to generate a
|
174 |
|
175 |
# --- inputs ---
|
176 |
with gr.Row(equal_height=True):
|
|
|
110 |
copaint_name="",
|
111 |
copaint_logo=None,
|
112 |
):
|
113 |
+
"""Process the input and generate Copaint PDF"""
|
114 |
# Create temporary directories for processing
|
115 |
# Use /dev/shm if available for better performance
|
116 |
if os.path.exists('/dev/shm'):
|
|
|
167 |
|
168 |
def build_gradio_ui():
|
169 |
# Create Gradio Interface
|
170 |
+
with gr.Blocks(title="Copaint Generator", theme='NoCrypt/miku') as demo:
|
171 |
|
172 |
+
gr.Markdown("# π€ Copaint Generator")
|
173 |
+
gr.Markdown("Upload an image with your painting design and set grid parameters to generate a Copaint PDF template π¨οΈπβοΈ for your next collaborative painting activities. π¨ποΈ")
|
174 |
|
175 |
# --- inputs ---
|
176 |
with gr.Row(equal_height=True):
|