1aurent commited on
Commit
cd9e388
1 Parent(s): 3de30b6

improve README + move app.py into src folder

Browse files
Files changed (2) hide show
  1. README.md +22 -2
  2. app.py → src/app.py +0 -0
README.md CHANGED
@@ -5,10 +5,30 @@ colorFrom: gray
5
  colorTo: blue
6
  sdk: gradio
7
  sdk_version: 4.41.0
8
- app_file: app.py
9
  pinned: false
10
  license: other
11
  short_description: Erase any object just by naming it!
 
 
 
 
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  colorTo: blue
6
  sdk: gradio
7
  sdk_version: 4.41.0
8
+ app_file: src/app.py
9
  pinned: false
10
  license: other
11
  short_description: Erase any object just by naming it!
12
+ tags:
13
+ - refiners
14
+ - image-to-image
15
+ - art
16
  ---
17
 
18
+ # Finegrain Object Eraser
19
+
20
+ ## Links
21
+
22
+ - https://github.com/finegrain-ai/refiners
23
+ - https://finegrain.ai/
24
+
25
+ ## Example image credits
26
+
27
+ - https://www.freepik.com/premium-photo/white-towels-rattan-basket-white-table-with-bright-room-background_3010498.htm
28
+ - https://www.freepik.com/free-photo/interior-decor-with-mirror-potted-plant_27503270.htm
29
+ - https://fr.freepik.com/photos-premium/detail-balle-terrain-basket-au-coucher-du-soleil_40903571.htm
30
+ - https://www.freepik.com/free-photos-vectors/nowoczesna-kompozycja-recepcji-hotelowej_3410003.htm
31
+ - https://www.freepik.com/free-photo/top-view-round-platter-dinner-knife-fork-green-white-checkered-napkin-black-surface_12137098.htm
32
+ - https://www.freepik.com/free-photo/city-night-with-architecture-vibrant-lights_33756725.htm
33
+ - https://www.freepik.com/free-photo/close-up-coffee-latte-wooden-table_3074737.htm
34
+ - https://www.freepik.com/free-photo/empty-chair-with-vase-plant_3661088.htm
app.py → src/app.py RENAMED
File without changes