Spaces:
Runtime error
Runtime error
Commit ·
4df2beb
1
Parent(s): 37d9b06
spelling mistake
Browse files
app.py
CHANGED
|
@@ -274,7 +274,7 @@ def getAllLogFilesPaths():
|
|
| 274 |
def onSyncLogsWithDataDir():
|
| 275 |
downloadableFilesPaths = getAllLogFilesPaths()
|
| 276 |
fileComponent = gr.File(downloadableFilesPaths, file_count='multiple')
|
| 277 |
-
return
|
| 278 |
|
| 279 |
|
| 280 |
with gr.Blocks() as demo:
|
|
|
|
| 274 |
def onSyncLogsWithDataDir():
|
| 275 |
downloadableFilesPaths = getAllLogFilesPaths()
|
| 276 |
fileComponent = gr.File(downloadableFilesPaths, file_count='multiple')
|
| 277 |
+
return fileComponent
|
| 278 |
|
| 279 |
|
| 280 |
with gr.Blocks() as demo:
|