Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,3 @@
|
|
1 |
import gradio as gr
|
2 |
-
|
3 |
-
title = "BigGAN ImageNet"
|
4 |
-
interface = gr.Interface.load("huggingface/osanseviero/BigGAN-deep-128",
|
5 |
-
description=description,
|
6 |
-
title = title,
|
7 |
-
examples=[["american robin"]]
|
8 |
-
)
|
9 |
-
interface.launch()
|
10 |
|
|
|
1 |
import gradio as gr
|
2 |
+
gr.Interface.load("models/tensor-diffusion/melaura-v1-0").launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
|