Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def generate_image():
|
|
52 |
title = "DCGAN Image Generator ποΈπ¨"
|
53 |
description = "Generate non-existing images using DCGAN."
|
54 |
content = """
|
55 |
-
## How to
|
56 |
|
57 |
To generate an image, follow these steps:
|
58 |
|
@@ -67,7 +67,6 @@ iface = gr.Interface(
|
|
67 |
title=title,
|
68 |
description=description,
|
69 |
article=content,
|
70 |
-
theme="soft",
|
71 |
api_name="generate"
|
72 |
)
|
73 |
|
|
|
52 |
title = "DCGAN Image Generator ποΈπ¨"
|
53 |
description = "Generate non-existing images using DCGAN."
|
54 |
content = """
|
55 |
+
## How to Use π¨
|
56 |
|
57 |
To generate an image, follow these steps:
|
58 |
|
|
|
67 |
title=title,
|
68 |
description=description,
|
69 |
article=content,
|
|
|
70 |
api_name="generate"
|
71 |
)
|
72 |
|