Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -325,7 +325,7 @@ class EndpointHandler:
|
|
325 |
- metadata: Generation metadata
|
326 |
"""
|
327 |
inputs = data.get("inputs", dict())
|
328 |
-
print(inputs)
|
329 |
|
330 |
input_prompt = inputs.get("prompt", "")
|
331 |
input_image = inputs.get("image")
|
|
|
325 |
- metadata: Generation metadata
|
326 |
"""
|
327 |
inputs = data.get("inputs", dict())
|
328 |
+
#print(inputs)
|
329 |
|
330 |
input_prompt = inputs.get("prompt", "")
|
331 |
input_image = inputs.get("image")
|