Spaces:
Sleeping
Sleeping
kjerk
commited on
Commit
·
97c4ba3
1
Parent(s):
d0d5527
Remove a dangling reference to name on upload
Browse files
app.py
CHANGED
@@ -63,7 +63,6 @@ if ui_fileupload_rescale and ui_fileupload_rescale.name is not None:
|
|
63 |
|
64 |
ui_fileupload_rescale.close()
|
65 |
del ui_fileupload_rescale
|
66 |
-
ui_fileupload_rescale.name = None
|
67 |
|
68 |
ui_filedownload_rescale.download_button("Download Rescaled Weights", lora_file_buffer, output_name, type="primary")
|
69 |
|
|
|
63 |
|
64 |
ui_fileupload_rescale.close()
|
65 |
del ui_fileupload_rescale
|
|
|
66 |
|
67 |
ui_filedownload_rescale.download_button("Download Rescaled Weights", lora_file_buffer, output_name, type="primary")
|
68 |
|