Spaces:
Runtime error
Runtime error
moflo
commited on
Commit
·
167a99d
1
Parent(s):
c553228
New interface
Browse files
app.py
CHANGED
@@ -615,7 +615,7 @@ gr.Interface(
|
|
615 |
examples=[[343, 'test1'], [456, 'test2']],
|
616 |
enable_queue=True,
|
617 |
title="Keras StyleGAN Generator",
|
618 |
-
description="
|
619 |
-
article="<p>The code is from the Keras.io <a href='https://keras.io/examples/generative/stylegan/'>exmple</a> by Soon-Yau Cheong</p>",
|
620 |
-
css=".panel { padding: 5px }"
|
621 |
).launch()
|
|
|
615 |
examples=[[343, 'test1'], [456, 'test2']],
|
616 |
enable_queue=True,
|
617 |
title="Keras StyleGAN Generator",
|
618 |
+
description="Select random seed and selct Submit to generate a new image",
|
619 |
+
article="<p>Face image generation with StyleGAN using tf.keras. The code is from the Keras.io <a class='moflo-link' href='https://keras.io/examples/generative/stylegan/'>exmple</a> by Soon-Yau Cheong</p>",
|
620 |
+
css=".panel { padding: 5px } .moflo-link { color: #999 }"
|
621 |
).launch()
|