Spaces:
Runtime error
Runtime error
Commit
·
8c3d32a
1
Parent(s):
f2f783c
Fixing u.delete_files, I think it's a permissions problem
Browse files
app.py
CHANGED
@@ -298,7 +298,7 @@ with gr.Blocks() as demo:
|
|
298 |
item_quote_output
|
299 |
],
|
300 |
outputs = generate_gallery )
|
301 |
-
list_of_static_dir = ["./card_parts
|
302 |
gr.set_static_paths(paths=list_of_static_dir)
|
303 |
|
304 |
|
|
|
298 |
item_quote_output
|
299 |
],
|
300 |
outputs = generate_gallery )
|
301 |
+
list_of_static_dir = ["./card_parts", " ./fonts", "./image_temp"]
|
302 |
gr.set_static_paths(paths=list_of_static_dir)
|
303 |
|
304 |
|