groueix commited on
Commit
a7c5a97
Β·
1 Parent(s): aeab73d

minor style change

Browse files
Files changed (1) hide show
  1. 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 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,10 +167,10 @@ def process_copaint(
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):
 
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):