AlekseyCalvin commited on
Commit
cbff307
1 Parent(s): 6630549

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -650,7 +650,7 @@ class SamplingOptions:
650
  height: int
651
  guidance: float
652
  seed: int | None
653
- joint_attention_kwargs: [Dict[str, Any]] | None
654
 
655
 
656
  def get_image(image) -> torch.Tensor | None:
 
650
  height: int
651
  guidance: float
652
  seed: int | None
653
+ joint_attention_kwargs: Any | None
654
 
655
 
656
  def get_image(image) -> torch.Tensor | None: