Spaces:
Sleeping
Sleeping
drakosfire
commited on
Commit
•
e220a4f
1
Parent(s):
b176760
Dialing in static paths, declarded list paths=
Browse files- __pycache__/app.cpython-310.pyc +0 -0
- __pycache__/img2img.cpython-310.pyc +0 -0
- __pycache__/item_dict_gen.cpython-310.pyc +0 -0
- __pycache__/render_card_text.cpython-310.pyc +0 -0
- __pycache__/template_builder.cpython-310.pyc +0 -0
- __pycache__/user_input.cpython-310.pyc +0 -0
- __pycache__/utilities.cpython-310.pyc +0 -0
- app.py +2 -2
- image_temp/Armor.png +0 -3
__pycache__/app.cpython-310.pyc
ADDED
Binary file (8.62 kB). View file
|
|
__pycache__/img2img.cpython-310.pyc
CHANGED
Binary files a/__pycache__/img2img.cpython-310.pyc and b/__pycache__/img2img.cpython-310.pyc differ
|
|
__pycache__/item_dict_gen.cpython-310.pyc
CHANGED
Binary files a/__pycache__/item_dict_gen.cpython-310.pyc and b/__pycache__/item_dict_gen.cpython-310.pyc differ
|
|
__pycache__/render_card_text.cpython-310.pyc
CHANGED
Binary files a/__pycache__/render_card_text.cpython-310.pyc and b/__pycache__/render_card_text.cpython-310.pyc differ
|
|
__pycache__/template_builder.cpython-310.pyc
CHANGED
Binary files a/__pycache__/template_builder.cpython-310.pyc and b/__pycache__/template_builder.cpython-310.pyc differ
|
|
__pycache__/user_input.cpython-310.pyc
CHANGED
Binary files a/__pycache__/user_input.cpython-310.pyc and b/__pycache__/user_input.cpython-310.pyc differ
|
|
__pycache__/utilities.cpython-310.pyc
CHANGED
Binary files a/__pycache__/utilities.cpython-310.pyc and b/__pycache__/utilities.cpython-310.pyc differ
|
|
app.py
CHANGED
@@ -298,8 +298,8 @@ with gr.Blocks() as demo:
|
|
298 |
item_quote_output
|
299 |
],
|
300 |
outputs = generate_gallery )
|
301 |
-
list_of_static_dir = ["card_parts/", " fonts/"]
|
302 |
-
gr.set_static_paths(paths=
|
303 |
|
304 |
|
305 |
if __name__ == "__main__":
|
|
|
298 |
item_quote_output
|
299 |
],
|
300 |
outputs = generate_gallery )
|
301 |
+
list_of_static_dir = ["./card_parts/", " ./fonts/"]
|
302 |
+
gr.set_static_paths(paths=list_of_static_dir)
|
303 |
|
304 |
|
305 |
if __name__ == "__main__":
|
image_temp/Armor.png
DELETED
Git LFS Details
|