ka1kuk commited on
Commit
e953cc0
·
1 Parent(s): 9d9aae5

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -6
main.py CHANGED
@@ -28,12 +28,6 @@ def hi(hello: str):
28
  return {"text": hello}
29
 
30
 
31
- @app.post('/linlada')
32
- from fastapi import FastAPI, Request
33
- import asyncio
34
-
35
- app = FastAPI()
36
-
37
  @app.post('/linlada')
38
  async def generate_image_route(request: Request):
39
  data = await request.json()
 
28
  return {"text": hello}
29
 
30
 
 
 
 
 
 
 
31
  @app.post('/linlada')
32
  async def generate_image_route(request: Request):
33
  data = await request.json()