Spaces:
Runtime error
Runtime error
Pavankalyan
commited on
Commit
•
a50b133
1
Parent(s):
656c99e
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from retrieval import *
|
|
4 |
import os
|
5 |
|
6 |
|
7 |
-
hf_writer = gr.HuggingFaceDatasetSaver('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', "chitti_data")
|
8 |
|
9 |
df = pd.read_csv("Responses.csv")
|
10 |
text = list(df["text"].values)
|
|
|
4 |
import os
|
5 |
|
6 |
|
7 |
+
hf_writer = gr.HuggingFaceDatasetSaver('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', "Pavankalyan/chitti_data")
|
8 |
|
9 |
df = pd.read_csv("Responses.csv")
|
10 |
text = list(df["text"].values)
|