gstaff commited on
Commit
9e63a82
·
1 Parent(s): fc6bb2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -28
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
- title: Neural Style Transfer
3
- emoji: 📊
4
- colorFrom: green
5
  colorTo: green
6
  sdk: gradio
7
  app_file: app.py
@@ -9,30 +9,8 @@ pinned: false
9
  duplicated_from: aravinds1811/neural-style-transfer
10
  ---
11
 
12
- # Configuration
13
 
14
- `title`: _string_
15
- Display title for the Space
16
 
17
- `emoji`: _string_
18
- Space emoji (emoji-only character allowed)
19
-
20
- `colorFrom`: _string_
21
- Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
22
-
23
- `colorTo`: _string_
24
- Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
25
-
26
- `sdk`: _string_
27
- Can be either `gradio` or `streamlit`
28
-
29
- `sdk_version` : _string_
30
- Only applicable for `streamlit` SDK.
31
- See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.
32
-
33
- `app_file`: _string_
34
- Path to your main application file (which contains either `gradio` or `streamlit` Python code).
35
- Path is relative to the root of the repository.
36
-
37
- `pinned`: _boolean_
38
- Whether the Space stays on top of your list.
 
1
  ---
2
+ title: Neural Style Transfer (whiteboard style)
3
+ emoji: 👀
4
+ colorFrom: yellow
5
  colorTo: green
6
  sdk: gradio
7
  app_file: app.py
 
9
  duplicated_from: aravinds1811/neural-style-transfer
10
  ---
11
 
12
+ # Neural Style Transfer (whiteboard style)
13
 
14
+ A clone of the [aravinds1811/neural-style-transfer](https://huggingface.co/spaces/aravinds1811/neural-style-transfer) space using the [whiteboard Gradio style](https://huggingface.co/spaces/gstaff/whiteboard) by [@gstaff](https://huggingface.co/gstaff).
 
15
 
16
+ Submitted for the [Gradio Themes Party](https://huggingface.co/Gradio-Themes).