Spaces:
Sleeping
Sleeping
MohammedNasser
commited on
Commit
•
b56c065
1
Parent(s):
a3e35f0
Update README.md
Browse files
README.md
CHANGED
@@ -54,8 +54,8 @@ The assistant uses a fine-tuned transformer-based model specialized in Arabic qu
|
|
54 |
|
55 |
### Clone the repository
|
56 |
```bash
|
57 |
-
git clone https://
|
58 |
-
cd
|
59 |
```
|
60 |
|
61 |
### Install dependencies
|
@@ -114,7 +114,7 @@ def chat(user_input):
|
|
114 |
|
115 |
with gr.Blocks() as demo:
|
116 |
with gr.Row():
|
117 |
-
gr.Image("logo.png"
|
118 |
with gr.Row():
|
119 |
pdf_input = gr.File(label="اختر ملف PDF")
|
120 |
with gr.Row():
|
|
|
54 |
|
55 |
### Clone the repository
|
56 |
```bash
|
57 |
+
git clone https://huggingface.co/spaces/MohammedNasser/Arabic-PDF-Chat
|
58 |
+
cd Arabic-PDF-Chat
|
59 |
```
|
60 |
|
61 |
### Install dependencies
|
|
|
114 |
|
115 |
with gr.Blocks() as demo:
|
116 |
with gr.Row():
|
117 |
+
gr.Image("logo.png") # Display company logo
|
118 |
with gr.Row():
|
119 |
pdf_input = gr.File(label="اختر ملف PDF")
|
120 |
with gr.Row():
|