Saarthak2002
commited on
Commit
•
f7d884b
1
Parent(s):
1ac3192
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ from sentence_transformers import SentenceTransformer, util
|
|
3 |
from transformers import pipeline
|
4 |
import torch
|
5 |
import gradio as gr
|
|
|
6 |
|
7 |
# Use the relative path where the CSV is uploaded
|
8 |
csv_file_path = os.path.join(os.getcwd(), 'analytics_vidhya_data.csv')
|
|
|
3 |
from transformers import pipeline
|
4 |
import torch
|
5 |
import gradio as gr
|
6 |
+
import os
|
7 |
|
8 |
# Use the relative path where the CSV is uploaded
|
9 |
csv_file_path = os.path.join(os.getcwd(), 'analytics_vidhya_data.csv')
|