Kunal
commited on
Commit
·
e018450
1
Parent(s):
eef5ed1
updated readme
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ Built with [smolagents](https://github.com/smol-ai/smol-agents), [Google Gemini]
|
|
19 |
## 🌐 Try it Online
|
20 |
|
21 |
> **Live Demo:**
|
22 |
-
> [https://huggingface.co/spaces/your-username/your-space-name](https://huggingface.co/spaces/
|
23 |
|
24 |
---
|
25 |
|
@@ -50,8 +50,8 @@ Built with [smolagents](https://github.com/smol-ai/smol-agents), [Google Gemini]
|
|
50 |
|
51 |
1. **Clone this repository:**
|
52 |
```bash
|
53 |
-
git clone https://github.com/
|
54 |
-
cd
|
55 |
```
|
56 |
2. **Install dependencies:**
|
57 |
```bash
|
@@ -75,7 +75,7 @@ Open [http://localhost:7860](http://localhost:7860) in your browser.
|
|
75 |
|
76 |
### **Hugging Face Spaces**
|
77 |
|
78 |
-
- Go to your Space: [https://huggingface.co/spaces/your-username/your-space-name](https://huggingface.co/spaces/
|
79 |
- Click **"Duplicate Space"** to make your own copy, or use it directly if public.
|
80 |
- Add your `GEMINI_API_KEY` as a secret in the Space settings (if you duplicate or deploy privately).
|
81 |
|
|
|
19 |
## 🌐 Try it Online
|
20 |
|
21 |
> **Live Demo:**
|
22 |
+
> [https://huggingface.co/spaces/your-username/your-space-name](https://huggingface.co/spaces/LazyHuman/pdf-chat)
|
23 |
|
24 |
---
|
25 |
|
|
|
50 |
|
51 |
1. **Clone this repository:**
|
52 |
```bash
|
53 |
+
git clone https://github.com/KunalGupta25/chat-with-pdf.git
|
54 |
+
cd chat-with-pdf
|
55 |
```
|
56 |
2. **Install dependencies:**
|
57 |
```bash
|
|
|
75 |
|
76 |
### **Hugging Face Spaces**
|
77 |
|
78 |
+
- Go to your Space: [https://huggingface.co/spaces/your-username/your-space-name](https://huggingface.co/spaces/LazyHuman/pdf-chat)
|
79 |
- Click **"Duplicate Space"** to make your own copy, or use it directly if public.
|
80 |
- Add your `GEMINI_API_KEY` as a secret in the Space settings (if you duplicate or deploy privately).
|
81 |
|