imagedetector1 / app.py
ShahanMalik's picture
Upload 6 files
1bc8d3b verified
raw
history blame contribute delete
220 Bytes
from TextGen import app
from TextGen import router # This imports the router and registers the endpoints
# The app is already configured in the TextGen package
# This file serves as the main entry point for uvicorn