sandz7 commited on
Commit
350188f
Β·
1 Parent(s): 3a87f05

formats the n_steps as int in osiris()

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -32,6 +32,8 @@ def osiris(prompt: str,
32
  get the top 5 scores, and ouput those scores into images
33
  """
34
 
 
 
35
  # Generate image based on text
36
  image_base = base(
37
  prompt=prompt,
 
32
  get the top 5 scores, and ouput those scores into images
33
  """
34
 
35
+ n_steps = int(n_steps)
36
+
37
  # Generate image based on text
38
  image_base = base(
39
  prompt=prompt,