Spaces:
Runtime error
Runtime error
jaehyunshin
commited on
Commit
•
23a16d9
1
Parent(s):
83a0df4
fix bug
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ with gr.Blocks(
|
|
182 |
examples_per_page=4,
|
183 |
examples=[
|
184 |
os.path.join(
|
185 |
-
os.path.dirname(__file__), "garments/oroton_dress1.
|
186 |
),
|
187 |
os.path.join(
|
188 |
os.path.dirname(__file__), "garments/oroton_dress2.png"
|
|
|
182 |
examples_per_page=4,
|
183 |
examples=[
|
184 |
os.path.join(
|
185 |
+
os.path.dirname(__file__), "garments/oroton_dress1.png"
|
186 |
),
|
187 |
os.path.join(
|
188 |
os.path.dirname(__file__), "garments/oroton_dress2.png"
|