MUTSC commited on
Commit
0a908a3
·
verified ·
1 Parent(s): 932a18a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -1,10 +1,3 @@
1
  import gradio as gr
2
- description = "BigGAN text-to-image demo."
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