Spaces:
Runtime error
Runtime error
ffreemt
commited on
Commit
·
dd5c93e
1
Parent(s):
3d7856f
Update torch.cuda.is_available() for device/device_type
Browse files
app.py
CHANGED
@@ -357,7 +357,7 @@ def main():
|
|
357 |
# Upload files and generate embeddings database
|
358 |
file_output = gr.File()
|
359 |
upload_button = gr.UploadButton(
|
360 |
-
"Click to upload files
|
361 |
# file_types=["*.pdf", "*.epub", "*.docx"],
|
362 |
file_count="multiple",
|
363 |
)
|
|
|
357 |
# Upload files and generate embeddings database
|
358 |
file_output = gr.File()
|
359 |
upload_button = gr.UploadButton(
|
360 |
+
"Click to upload files",
|
361 |
# file_types=["*.pdf", "*.epub", "*.docx"],
|
362 |
file_count="multiple",
|
363 |
)
|