Spaces:
Runtime error
Runtime error
Commit
·
a22a765
1
Parent(s):
5a8536d
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from diffusers import DDPMPipeline, DDIMPipeline, PNDMPipeline
|
3 |
|
4 |
MODEL_ID = "verkaDerkaDerk/tiki-based-128"
|
5 |
-
PIPELINE =
|
6 |
|
7 |
#def imagine(name):
|
8 |
def imagine():
|
|
|
2 |
from diffusers import DDPMPipeline, DDIMPipeline, PNDMPipeline
|
3 |
|
4 |
MODEL_ID = "verkaDerkaDerk/tiki-based-128"
|
5 |
+
PIPELINE = DDPMPipeline.from_pretrained(MODEL_ID)
|
6 |
|
7 |
#def imagine(name):
|
8 |
def imagine():
|