miittnnss commited on
Commit
961e8fe
β€’
1 Parent(s): bd56b3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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 Generate 🎨
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