Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.44.1
metadata
title: Simple Chatbot
emoji: ⚡
colorFrom: pink
colorTo: red
sdk: gradio
sdk_version: 5.36.2
app_file: app.py
pinned: false
license: apache-2.0
short_description: SCB
Simple DialoGPT Chatbot (Gradio + Transformers)
A bare-bones conversational bot you can fork, remix, or swap to any open-weights model on the Hugging Face Hub.
- No external API keys – the model is pulled once at build time.
- Runs on free CPU Spaces (≈ 15 s cold-start, then ~1-3 s/response).
- File breakdown
app.py
– Gradio UI + chat looprequirements.txt
– dependencies (Transformers, Torch, Gradio)
To deploy your own:
hf_hub_new simple-chatbot --sdk gradio # or click “Create Space”
git add .
git commit -m "first commit"
git push