add gradio instructions

This commit is contained in:
Benjamin Klieger 2024-09-15 19:01:08 -07:00
parent 96b116203b
commit f0d34e9ffc

View File

@ -33,6 +33,8 @@ Result:
### Quickstart
To use the Streamlit UI, follow these instructions:
~~~
python3 -m venv venv
~~~
@ -53,6 +55,22 @@ export GROQ_API_KEY=gsk...
streamlit run app.py
~~~
---
Alternatively, follow these additional instructions to use the Gradio UI:
~~~
cd gradio
~~~
~~~
pip3 install -r requirements.txt
~~~
~~~
python3 app.py
~~~
### Prompting Strategy