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

removed history from osiris

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -24,7 +24,6 @@ refiner = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-ref
24
  # function to take input and generate text tokena
25
  @spaces.GPU(duration=120)
26
  def osiris(prompt: str,
27
- history: list,
28
  n_steps: int,
29
  high_noise_frac: float):
30
  """
 
24
  # function to take input and generate text tokena
25
  @spaces.GPU(duration=120)
26
  def osiris(prompt: str,
 
27
  n_steps: int,
28
  high_noise_frac: float):
29
  """