Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -390,7 +390,7 @@ async def chat(prompt_window, user_window, password, history, output_window,
|
|
| 390 |
file_download = gr.DownloadButton(label=f'Download {download_ext.upper()} Doc',
|
| 391 |
visible=True, value=f'./document.{download_ext}')
|
| 392 |
return [response, '', uploaded_image_files, image_window, file_download, history,
|
| 393 |
-
|
| 394 |
|
| 395 |
def show_help():
|
| 396 |
txt = '''
|
|
|
|
| 390 |
file_download = gr.DownloadButton(label=f'Download {download_ext.upper()} Doc',
|
| 391 |
visible=True, value=f'./document.{download_ext}')
|
| 392 |
return [response, '', uploaded_image_files, image_window, file_download, history,
|
| 393 |
+
uploaded_file_paths, new_inputs]
|
| 394 |
|
| 395 |
def show_help():
|
| 396 |
txt = '''
|