Commit 914fc5dd authored by novelailab's avatar novelailab

im dumb

parent cc3440d4
......@@ -75,7 +75,7 @@ def generate(request: GenerationRequest):
process_time = time.perf_counter() - t
logger.info(f"Request took {process_time:0.3f} seconds")
print(images)
return GenerationRequest(generation=images)
return GenerationOutput(generation=images)
except Exception as e:
capture_exception(e)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment