Update README.md
Browse files
README.md
CHANGED
@@ -23,6 +23,10 @@ Have a look at [this integration page](https://langfuse.com/docs/integrations/ot
|
|
23 |
|
24 |
[Langfuse](https://langfuse.com) is an open-source LLM engineering platform that helps build reliable LLM applications via LLM Application Observability, Evaluation, Experiments, and Prompt Management. See [docs](https://langfuse.com/docs) for more details.
|
25 |
|
|
|
|
|
|
|
|
|
26 |
## Features of this Template
|
27 |
|
28 |
This template will show you how to
|
|
|
23 |
|
24 |
[Langfuse](https://langfuse.com) is an open-source LLM engineering platform that helps build reliable LLM applications via LLM Application Observability, Evaluation, Experiments, and Prompt Management. See [docs](https://langfuse.com/docs) for more details.
|
25 |
|
26 |
+
## What is Gradio?
|
27 |
+
|
28 |
+
[Gradio](https://github.com/gradio-app/gradio) is an open-source Python library that enables quick creation of web interfaces in Hugging Face for machine learning models, APIs, and Python functions. It allows developers to wrap any Python function with an interactive UI that can be easily shared or embedded, making it ideal for demos, prototypes, and ML model deployment. See [docs](https://www.gradio.app/docs) for more details.
|
29 |
+
|
30 |
## Features of this Template
|
31 |
|
32 |
This template will show you how to
|