THEODOROS commited on
Commit
4c4b76e
·
1 Parent(s): 7bb0abc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def draw_polygons(polygons, colors, im_size=(512, 512), b_color="white", fpath=N
85
 
86
  return draw, image
87
 
88
- def prompt_to_layout(user_prompt, top_p, top_k, fpath=None):
89
 
90
  if(containsNumber(user_prompt) == True):
91
  spaced_prompt = user_prompt.split(' ')
 
85
 
86
  return draw, image
87
 
88
+ def prompt_to_layout(user_prompt, intensity, fpath=None):
89
 
90
  if(containsNumber(user_prompt) == True):
91
  spaced_prompt = user_prompt.split(' ')