Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"]
|