phenixrhyder commited on
Commit
0e4005c
·
unverified ·
1 Parent(s): c93ec86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -3
README.md CHANGED
@@ -1,4 +1,3 @@
1
- ---
2
  title: Checkerboard Pattern Generator
3
  colorFrom: 'gray'
4
  colorTo: 'gray'
@@ -7,7 +6,6 @@ sdk_version: "4.21.0"
7
  python_version: "3.10"
8
  app_file: app.py
9
  short_description: "An interactive tool to generate custom checkerboard patterns."
10
- tags: [image-generation, drawing, gradio, creative-tool]
11
  Checkerboard Pattern Generator
12
  Welcome to the Checkerboard Pattern Generator! This is a simple and interactive Hugging Face Space that allows you to create custom checkerboard images directly in your browser.
13
  🚀 How to Use
@@ -21,4 +19,3 @@ This application is built using the following open-source libraries:
21
  * Gradio: Provides the fast and easy-to-use web interface with sliders, buttons, and image display components.
22
  * Pillow (PIL): The core image processing library used to draw the checkerboard pattern on a blank canvas.
23
  The entire application is contained within the app.py file and runs on the Hugging Face Spaces infrastructure.
24
- ---
 
 
1
  title: Checkerboard Pattern Generator
2
  colorFrom: 'gray'
3
  colorTo: 'gray'
 
6
  python_version: "3.10"
7
  app_file: app.py
8
  short_description: "An interactive tool to generate custom checkerboard patterns."
 
9
  Checkerboard Pattern Generator
10
  Welcome to the Checkerboard Pattern Generator! This is a simple and interactive Hugging Face Space that allows you to create custom checkerboard images directly in your browser.
11
  🚀 How to Use
 
19
  * Gradio: Provides the fast and easy-to-use web interface with sliders, buttons, and image display components.
20
  * Pillow (PIL): The core image processing library used to draw the checkerboard pattern on a blank canvas.
21
  The entire application is contained within the app.py file and runs on the Hugging Face Spaces infrastructure.