mikhail-shevtsov commited on
Commit
5f01861
·
1 Parent(s): f257a91

chore: update README.md for hf spaces

Browse files
Files changed (1) hide show
  1. README.md +12 -33
README.md CHANGED
@@ -1,33 +1,12 @@
1
- # PNG to 3MF converter
2
-
3
- Simple python app with Gradio UI that allows to create a multicolor 3mf file
4
- suitable for 3d printing using Prusa/Orca-family slicers.
5
-
6
- <video width="640" height="360" controls>
7
- <source src="docs/demo.mp4" type="video/mp4">
8
- Your browser does not support the video tag. See "docs/demo.mp4"
9
- </video>
10
-
11
- ## Local development
12
-
13
- ```sh
14
- docker compose up --build
15
- ```
16
-
17
- ### [Optional] code linting in IDE
18
-
19
- Install virtualenv for IDE to resolve dependencies.
20
-
21
- ```sh
22
- make install
23
- ```
24
-
25
- ## Production build
26
-
27
- ```sh
28
- TARGET=executor docker compose up --build
29
- ```
30
-
31
- ## Usage
32
-
33
- Navigate the page: http://localhost:7860
 
1
+ ---
2
+ title: png23mf
3
+ emoji: 🐨
4
+ colorFrom: pink
5
+ colorTo: gray
6
+ sdk: docker
7
+ pinned: false
8
+ license: mit
9
+ short_description: PNG to scad/3mf
10
+ ---
11
+
12
+ Source: https://gitlab.com/wiregate-public/png23mf