Chong-U Lim commited on
Commit
46109a1
·
1 Parent(s): 7077707

Update readme

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -12,9 +12,8 @@ license: mit
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
 
15
- ```
16
-
17
  # Introduction
 
18
  This repository contains the code for generating a restaurant name and menu items based on an input cuisine.
19
  It makes use of [LangChain](http://www.langchain.com) and OpenAI's chatGPT API, along with [Gradio](http://gradio.app) to serve an application.
20
 
@@ -23,10 +22,9 @@ The original [LangChain Crash Course For Beginners tutorial](https://www.youtube
23
  The code here uses updated libraries and Gradio in place of Streamlit.
24
 
25
  # Demo
26
- You can play around with the demo app on [this Hugging Face Space](https://huggingface.co/spaces/chongdashu/langchain-crash-course-gradio)
27
 
 
28
 
29
  # Acknowledgements
30
- The code is based on original tutorial series by [@codebasics](https://twitter.com/codebasicshub).
31
 
32
- ```
 
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
 
 
 
15
  # Introduction
16
+
17
  This repository contains the code for generating a restaurant name and menu items based on an input cuisine.
18
  It makes use of [LangChain](http://www.langchain.com) and OpenAI's chatGPT API, along with [Gradio](http://gradio.app) to serve an application.
19
 
 
22
  The code here uses updated libraries and Gradio in place of Streamlit.
23
 
24
  # Demo
 
25
 
26
+ You can play around with the demo app on [this Hugging Face Space](https://huggingface.co/spaces/chongdashu/langchain-crash-course-gradio)
27
 
28
  # Acknowledgements
 
29
 
30
+ The code is based on original tutorial series by [@codebasics](https://twitter.com/codebasicshub).