Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.29.0
Building a Chatbot UI with Microsoft GODEL and Gradio
This project demonstrates how to create a conversational AI chatbot using Microsoft's GODEL model and deploy it with a Gradio UI. The chatbot is designed to respond empathetically in a dialogue context.
Features
- Empathetic Dialogues: Utilizes Microsoft's GODEL model to generate empathetic responses.
- Gradio UI: Simple and interactive web interface for the chatbot.
- Hugging Face Integration: Easily deploy and manage your model using Hugging Face's platform.
Installation
To run this project, you'll need to have Python installed. You can install the required packages using the following command:
pip install -r requirements.txt