Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
description = "BigGAN text-to-image demo."
|
| 3 |
-
article = ""
|
| 4 |
interface = gr.Interface.load("huggingface/osanseviero/BigGAN-deep-128",
|
| 5 |
description=description,
|
| 6 |
examples=[["american robin"]]
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
description = "BigGAN text-to-image demo."
|
|
|
|
| 3 |
interface = gr.Interface.load("huggingface/osanseviero/BigGAN-deep-128",
|
| 4 |
description=description,
|
| 5 |
examples=[["american robin"]]
|