Spaces:
Running
on
L4
Running
on
L4
FrozenBurning
commited on
Commit
•
e3760d0
1
Parent(s):
38fd018
Update app.py
Browse files
app.py
CHANGED
@@ -220,7 +220,6 @@ with block:
|
|
220 |
tonemapping="aces",
|
221 |
contrast=1.0,
|
222 |
scale=1.0,
|
223 |
-
env_map="assets/hdri/metro_noord_1k.hdr",
|
224 |
)
|
225 |
with gr.Column(visible=False, scale=1.0) as hdr_row:
|
226 |
gr.Markdown("""## HDR Environment Map
|
@@ -233,7 +232,7 @@ with block:
|
|
233 |
for f in os.listdir("assets/hdri")
|
234 |
]
|
235 |
hdr_illumination_file = gr.File(
|
236 |
-
label="HDR Envmap", file_types=[".hdr"], file_count="single"
|
237 |
)
|
238 |
hdr_illumination_example = gr.Examples(
|
239 |
examples=example_hdris,
|
|
|
220 |
tonemapping="aces",
|
221 |
contrast=1.0,
|
222 |
scale=1.0,
|
|
|
223 |
)
|
224 |
with gr.Column(visible=False, scale=1.0) as hdr_row:
|
225 |
gr.Markdown("""## HDR Environment Map
|
|
|
232 |
for f in os.listdir("assets/hdri")
|
233 |
]
|
234 |
hdr_illumination_file = gr.File(
|
235 |
+
label="HDR Envmap", file_types=[".hdr"], file_count="single"
|
236 |
)
|
237 |
hdr_illumination_example = gr.Examples(
|
238 |
examples=example_hdris,
|