Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.25.0
metadata
title: My Custom Flutter Coder
emoji: π
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 5.9.0
app_file: app.py
pinned: false
hardware: zero-a10g
My Custom Flutter Coder (ZeroGPU)
Free cloud hosting for malek391/my-custom-flutter-coder via Hugging Face Spaces ZeroGPU.
Deploy (one time)
- Create a new Space at huggingface.co/new-space
- Choose Gradio SDK
- Upload
app.py,requirements.txt, and thisREADME.md - In Space Settings β Hardware, select ZeroGPU (
zero-a10g) - Add a Space secret
HF_TOKENwith your Hugging Face access token (read access to the model) - Wait for the build to finish β your Space URL will be like
https://YOUR-USER-my-custom-flutter-coder.hf.space
Connect Flutter IDE
In the IDE Settings β Hugging Face Space URL, paste:
https://YOUR-USER-my-custom-flutter-coder.hf.space
Or in .env:
HUGGINGFACE_SPACE_URL=https://YOUR-USER-my-custom-flutter-coder.hf.space
HUGGINGFACE_ACCESS_TOKEN=hf_...
Limits (free tier)
- ~5 minutes GPU time per day (shared queue)
- Cold starts when the Space sleeps
- Best for development β not 24/7 production
API
The IDE calls the Gradio endpoint POST /gradio_api/call/chat with:
[system_prompt, user_prompt, temperature]