Spaces:
Running
Running
Abid Ali Awan
commited on
Commit
•
7b01a99
1
Parent(s):
84b4030
added image to readme
Browse files- Images/app.png +0 -0
- README.md +2 -2
Images/app.png
ADDED
README.md
CHANGED
@@ -12,7 +12,7 @@ short_description: Real-time AI App with Groq API and LangChain
|
|
12 |
---
|
13 |
## Project Diagram
|
14 |
|
15 |
-
![Project Diagram](./Images
|
16 |
|
17 |
## To run the App
|
18 |
1. Generate the Groq API by going to the website: https://console.groq.com/keys.
|
@@ -20,4 +20,4 @@ short_description: Real-time AI App with Groq API and LangChain
|
|
20 |
3. Install all the required Python Packages using `pip install -r requirements.txt`
|
21 |
4. Run the Gradio app file `python app.py`
|
22 |
|
23 |
-
![image](
|
|
|
12 |
---
|
13 |
## Project Diagram
|
14 |
|
15 |
+
![Project Diagram](./Images/diagram.png)
|
16 |
|
17 |
## To run the App
|
18 |
1. Generate the Groq API by going to the website: https://console.groq.com/keys.
|
|
|
20 |
3. Install all the required Python Packages using `pip install -r requirements.txt`
|
21 |
4. Run the Gradio app file `python app.py`
|
22 |
|
23 |
+
![image](./Images/app.png)
|