Spaces:
Runtime error
Runtime error
IMvision12
commited on
Commit
·
26c5af6
1
Parent(s):
d89dbed
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ model1 = tf.keras.models.load_model("mnist.h5", compile=False)
|
|
9 |
model2 = from_pretrained_keras("keras-io/WGAN-GP")
|
10 |
|
11 |
title = "WGAN-GP"
|
12 |
-
description = "Image Generation Using WGAN"
|
13 |
article = """
|
14 |
<p style='text-align: center'>
|
15 |
<a href='https://keras.io/examples/generative/wgan_gp/' target='_blank'>Keras Example given by A_K_Nain</a>
|
|
|
9 |
model2 = from_pretrained_keras("keras-io/WGAN-GP")
|
10 |
|
11 |
title = "WGAN-GP"
|
12 |
+
description = "Image Generation(Fashion Mnist and Handwritten Digits) Using WGAN"
|
13 |
article = """
|
14 |
<p style='text-align: center'>
|
15 |
<a href='https://keras.io/examples/generative/wgan_gp/' target='_blank'>Keras Example given by A_K_Nain</a>
|