Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
peace2024
/
dubswayAgenticV2
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
eefb74d
dubswayAgenticV2
/
start-server.bat
peace2024
chatbot add
22d1e2b
3 months ago
raw
Copy download link
history
blame
169 Bytes
@
echo
off
echo
π Activating virtual environment...
call
.\myenv\Scripts\activate
echo
π Starting FastAPI server...
python -m uvicorn app.main:app --reload
pause