Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,6 @@ def delete_file(path_: str):
|
|
110 |
os.remove(path_)
|
111 |
|
112 |
|
113 |
-
@st.cache_resource
|
114 |
def get_upload_path():
|
115 |
upload_file_path = os.path.join('.', 'uploads')
|
116 |
upload_filename = "input.jpg"
|
|
|
110 |
os.remove(path_)
|
111 |
|
112 |
|
|
|
113 |
def get_upload_path():
|
114 |
upload_file_path = os.path.join('.', 'uploads')
|
115 |
upload_filename = "input.jpg"
|