A newer version of the Gradio SDK is available:
5.6.0
metadata
title: Langchain Crash Course (Gradio)
emoji: π
colorFrom: yellow
colorTo: indigo
sdk: gradio
sdk_version: 4.20.0
app_file: app.py
pinned: false
license: mit
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Introduction
This repository contains the code for generating a restaurant name and menu items based on an input cuisine. It makes use of LangChain and OpenAI's chatGPT API, along with Gradio to serve an application.
The original LangChain Crash Course For Beginners tutorial by @codebasics used an older version of LangChain and Streamlit for the app.
The code here uses updated libraries and Gradio in place of Streamlit.
Demo
You can play around with the demo app on this Hugging Face Space
Acknowledgements
The code is based on original tutorial series by @codebasics.