mirror of
https://github.com/tcsenpai/multi1.git
synced 2025-06-06 19:15:23 +00:00
add gradio instructions
This commit is contained in:
parent
96b116203b
commit
f0d34e9ffc
18
README.md
18
README.md
@ -33,6 +33,8 @@ Result:
|
|||||||
|
|
||||||
### Quickstart
|
### Quickstart
|
||||||
|
|
||||||
|
To use the Streamlit UI, follow these instructions:
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
~~~
|
~~~
|
||||||
@ -53,6 +55,22 @@ export GROQ_API_KEY=gsk...
|
|||||||
streamlit run app.py
|
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
|
### Prompting Strategy
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user