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