Spaces:
Running
Running
Update app.py
Browse files
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
|