EddyGiusepe commited on
Commit
05b9ae9
1 Parent(s): a33dc74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ description = "BigGAN text-to-image demo."
4
  title = "BigGAN ImageNet"
5
 
6
  interface = gr.Interface.load(
7
- "https://huggingface.co/osanseviero/BigGAN-deep-128",
8
  description=description,
9
  title = title,
10
  examples=[["american robin"], ["chest"], ["soap bubble"]]
 
4
  title = "BigGAN ImageNet"
5
 
6
  interface = gr.Interface.load(
7
+ "huggingface.co/osanseviero/BigGAN-deep-128",
8
  description=description,
9
  title = title,
10
  examples=[["american robin"], ["chest"], ["soap bubble"]]