Update app.py
Browse files
app.py
CHANGED
@@ -57,5 +57,5 @@ gr.Interface(
|
|
57 |
],
|
58 |
outputs=gr.outputs.Image(type='plot'),
|
59 |
title='ArtGAN',
|
60 |
-
description='Generate A
|
61 |
).launch()
|
|
|
57 |
],
|
58 |
outputs=gr.outputs.Image(type='plot'),
|
59 |
title='ArtGAN',
|
60 |
+
description='Generate A Abstract Art Using ArtGAN',
|
61 |
).launch()
|