Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def desc_to_image(desc):
|
|
8 |
desc = " ".join(desc.split('\n'))
|
9 |
#desc = desc + ", character art, concept art, artstation"
|
10 |
steps, width, height, images, diversity = '50','256','256','1',15
|
11 |
-
iface = gr.Interface.load("spaces/
|
12 |
print("about to die",iface,dir(iface))
|
13 |
|
14 |
prompt = re.sub(r'[^a-zA-Z0-9 ,.]', '', desc)
|
|
|
8 |
desc = " ".join(desc.split('\n'))
|
9 |
#desc = desc + ", character art, concept art, artstation"
|
10 |
steps, width, height, images, diversity = '50','256','256','1',15
|
11 |
+
iface = gr.Interface.load("spaces/artificialguybr/DREAMSHAPER-XL-FREE-DEMO")
|
12 |
print("about to die",iface,dir(iface))
|
13 |
|
14 |
prompt = re.sub(r'[^a-zA-Z0-9 ,.]', '', desc)
|