Browse Source

Merge branch 'main' of github-dgc.com:danielgatis/rembg

Daniel Gatis 3 năm trước cách đây
mục cha
commit
9058355f7a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -78,7 +78,7 @@ http://localhost:5000?url=http://image.png
 ```
 
 Also you can send the file as a FormData (multipart/form-data):
-```
+```html
 <form action="http://localhost:5000" method="post" enctype="multipart/form-data">
    <input type="file" name="file"/>
    <input type="submit" value="upload"/>