Spaces:
Sleeping
Sleeping
Deploy IntegraChat to Hugging Face Spaces - Full deployment with Docker, MCP server, FastAPI backend, and Gradio UI
852c966
A newer version of the Gradio SDK is available:
6.1.0
π Quick Guide: Push to Hugging Face Spaces
β οΈ The Space doesn't exist yet! Create it first:
Step 1: Create the Space (2 minutes)
Open your browser and go to:
https://huggingface.co/new-spaceFill in the form:
- Space name:
IntegraChat - SDK: Select "Docker" (IMPORTANT!)
- Hardware: Choose "CPU basic" (free) or upgrade
- Visibility: Public or Private
- Space name:
Click "Create Space"
Wait 10-20 seconds for the Space to be created
Step 2: Authenticate (if needed)
If you get authentication errors when pushing, run:
huggingface-cli login
Enter your token from: https://huggingface.co/settings/tokens
Step 3: Push Your Code
Once the Space is created, run:
git push hf main
π― Alternative: Use Token in URL (One-time)
If you prefer to authenticate via token:
- Get your token: https://huggingface.co/settings/tokens
- Run this command (replace YOUR_TOKEN):
git remote set-url hf https://nothingworry:YOUR_TOKEN@huggingface.co/spaces/nothingworry/IntegraChat
- Then push:
git push hf main
β After Pushing
- Go to: https://huggingface.co/spaces/nothingworry/IntegraChat
- Click "Settings" tab
- Add environment variables in "Repository secrets":
POSTGRESQL_URLOLLAMA_URL(orGROQ_API_KEY)OLLAMA_MODEL
- Wait for build (5-10 minutes)
- Check "Logs" tab for progress
Your Space URL: https://huggingface.co/spaces/nothingworry/IntegraChat