Commit 40075f69 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac

parent 553dcd20
......@@ -421,7 +421,7 @@ def save_url_image(url):
@app.post("/generations")
def generate_image(
async def image_generations(
form_data: GenerateImageForm,
user=Depends(get_verified_user),
):
......
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