Spaces:
Runtime error
Runtime error
moflo
commited on
Commit
·
86649bd
1
Parent(s):
80e9452
Readme update
Browse files
README.md
CHANGED
@@ -1,13 +1,17 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🦀
|
4 |
colorFrom: yellow
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
app_file: app.py
|
8 |
-
pinned:
|
9 |
---
|
10 |
|
|
|
|
|
|
|
|
|
11 |
# Configuration
|
12 |
|
13 |
`title`: _string_
|
|
|
1 |
---
|
2 |
+
title: keras_stylegan
|
3 |
emoji: 🦀
|
4 |
colorFrom: yellow
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
app_file: app.py
|
8 |
+
pinned: true
|
9 |
---
|
10 |
|
11 |
+
# Keras StyleGAN
|
12 |
+
|
13 |
+
Example of [Keras StyleGAN](https://keras.io/examples/generative/stylegan/) app on Huggingface.io
|
14 |
+
|
15 |
# Configuration
|
16 |
|
17 |
`title`: _string_
|