Spaces:
Sleeping
Sleeping
Commit
·
17cd6ef
1
Parent(s):
1a5794c
chore: update app.py
Browse filesSigned-off-by: Suvaditya Mukherjee <[email protected]>
app.py
CHANGED
@@ -147,7 +147,7 @@ if __name__ == "__main__":
|
|
147 |
documents=fulltext,
|
148 |
ids=range(len(fulltext)),
|
149 |
batch_size=100,
|
150 |
-
parallel=0,
|
151 |
)
|
152 |
|
153 |
# wandb.login(
|
|
|
147 |
documents=fulltext,
|
148 |
ids=range(len(fulltext)),
|
149 |
batch_size=100,
|
150 |
+
# parallel=0,
|
151 |
)
|
152 |
|
153 |
# wandb.login(
|