yoinked commited on
Commit
4700115
1 Parent(s): 75d4746

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ class WaifuDiffusionInterrogator:
64
  self.__initialized = True
65
 
66
  def _calculation(self, image: Image.Image) -> pd.DataFrame:
67
- print(image)
68
  self._init()
69
 
70
  # code for converting the image and running the model is taken from the link below
 
64
  self.__initialized = True
65
 
66
  def _calculation(self, image: Image.Image) -> pd.DataFrame:
67
+ # print(image) todo: figure out what to do if URL
68
  self._init()
69
 
70
  # code for converting the image and running the model is taken from the link below