aifeifei798 commited on
Commit
0454c0e
1 Parent(s): 391b7cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ torch.cuda.empty_cache()
48
  MAX_SEED = np.iinfo(np.int32).max
49
  MAX_IMAGE_SIZE = 2048
50
 
51
- pipe.flux_pipe_call_that_returns_an_iterable_of_images = flux_pipe_call_that_returns_an_iterable_of_images.__get__(pipe)
52
 
53
  css="""
54
  #col-container {
 
48
  MAX_SEED = np.iinfo(np.int32).max
49
  MAX_IMAGE_SIZE = 2048
50
 
51
+ # pipe.flux_pipe_call_that_returns_an_iterable_of_images = flux_pipe_call_that_returns_an_iterable_of_images.__get__(pipe)
52
 
53
  css="""
54
  #col-container {