Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mgbam
/
materials-ai-app
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4fe5752
materials-ai-app
/
run_backend.cmd
mgbam
Add application file
4fe5752
about 1 month ago
raw
Copy download link
history
blame
Safe
Wrap lines
123 Bytes
@
echo
off
REM Optionally activate your virtual environment here, e.g., call venv\Scripts\activate
python app/main.py
pause