Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Cosmo125
/
GPT
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
GPT
/
start_chatbot.bat
cosmoruler
Implement model loading with fallbacks and add dummy pipeline for error handling
76108a1
7 months ago
raw
Copy download link
history
blame
contribute
delete
131 Bytes
@
echo
off
cd
/d "C:\Users\Cosmo\Desktop\GPT\GPT"
"C:\Users\Cosmo\Desktop\GPT\GPT\env\bin\activate\Scripts\python.exe" app.py
pause