Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -64,6 +64,7 @@ class WaifuDiffusionInterrogator:
|
|
64 |
self.__initialized = True
|
65 |
|
66 |
def _calculation(self, image: Image.Image) -> pd.DataFrame:
|
|
|
67 |
self._init()
|
68 |
|
69 |
# 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)
|
68 |
self._init()
|
69 |
|
70 |
# code for converting the image and running the model is taken from the link below
|