nagolinc commited on
Commit
7549030
·
verified ·
1 Parent(s): c5b997c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ with demo:
18
  desc = " ".join(desc.split('\n'))
19
  #desc = desc + ", character art, concept art, artstation"
20
  steps, width, height, images, diversity = '50','256','256','1',15
21
- print("about to die",ds_iface,dir(iface))
22
 
23
  prompt = re.sub(r'[^a-zA-Z0-9 ,.]', '', desc)
24
  print("about to die",prompt)
 
18
  desc = " ".join(desc.split('\n'))
19
  #desc = desc + ", character art, concept art, artstation"
20
  steps, width, height, images, diversity = '50','256','256','1',15
21
+ print("about to die",ds_iface,dir(ds_iface))
22
 
23
  prompt = re.sub(r'[^a-zA-Z0-9 ,.]', '', desc)
24
  print("about to die",prompt)