Spaces:
Running
Running
A newer version of the Gradio SDK is available:
5.15.0
metadata
title: DO1DeepSeelChatBot
emoji: 💬
colorFrom: yellow
colorTo: purple
sdk: gradio
sdk_version: 5.0.1
app_file: app.py
pinned: false
license: mit
short_description: This is a simple chatbot to generte code using DeepSeeK
An example chatbot using Gradio, huggingface_hub
, and the Hugging Face Inference API.
This is a chatbot that interacts with the Fantasy Premier League (FPL) API to provide information about players, teams, and stats.
python3 -m venv dschatbot
source dschatbot/bin/activate
Installation
Install the dependencies:
pip install -r requirements.txt
Run the chatbot:
source .env sdkKEY=${sdkKEY} python app.py