talalif commited on
Commit
099d06e
·
verified ·
1 Parent(s): 692f7c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ with open ("./MuseV/configs/model/T2I_all_model.py","r+") as scrip:
43
  scrip.truncate()
44
  scrip.seek(0)
45
 
46
- from PIL import image
47
 
48
  def add_new_image(image):
49
  print(image)
 
43
  scrip.truncate()
44
  scrip.seek(0)
45
 
46
+ from PIL import Image
47
 
48
  def add_new_image(image):
49
  print(image)