INNER CODE UNIT · Python
fastapi_app
tuangauss/DataScienceProjects · llm_bots/scribble2img/main.py:16
def fastapi_app():
bot = Scribble2ImageBot()
app = make_app(bot, allow_without_key=True)
return app
INNER CODE UNIT · Python
tuangauss/DataScienceProjects · llm_bots/scribble2img/main.py:16
def fastapi_app():
bot = Scribble2ImageBot()
app = make_app(bot, allow_without_key=True)
return app