awacke1 commited on
Commit
8458452
1 Parent(s): 3c4faee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1,9 +1,7 @@
1
  import gradio as gr
2
  from gradio.mix import Parallel, Series
3
 
4
-
5
-
6
- description = "BigGAN text-to-image demo."
7
  title = "BigGAN ImageNet"
8
 
9
  Gans=["biggan-deep-128", "biggan-deep-256", "biggan-deep-512"]
1
  import gradio as gr
2
  from gradio.mix import Parallel, Series
3
 
4
+ description = "BigGAN text-to-image demo with 128,256,512 Deep - VQGAN WikiArt, COCO, Faces, and FlickR"
 
 
5
  title = "BigGAN ImageNet"
6
 
7
  Gans=["biggan-deep-128", "biggan-deep-256", "biggan-deep-512"]