feat: initial commit of AI Comic Generator
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
cd backend
|
||||
echo Starting Backend...
|
||||
python -m uvicorn app.main:app --reload --host 0.0.0.0 --port 8000
|
||||
Reference in New Issue
Block a user