Spaces:
Running
Running
刘宇轩
commited on
Commit
·
59b46e8
1
Parent(s):
92cdc12
fix
Browse files
app.py
CHANGED
@@ -311,7 +311,7 @@ with gr.Blocks().queue() as demo:
|
|
311 |
with gr.Row():
|
312 |
gr.Markdown("See more information in https://github.com/liuyuxuan3060/FreeLighting")
|
313 |
with gr.Row():
|
314 |
-
gr.Markdown("We use
|
315 |
|
316 |
with gr.Tabs():
|
317 |
with gr.TabItem("text-guided relighting") as t2v_tab:
|
|
|
311 |
with gr.Row():
|
312 |
gr.Markdown("See more information in https://github.com/liuyuxuan3060/FreeLighting")
|
313 |
with gr.Row():
|
314 |
+
gr.Markdown("We use an open source segmentation model to generate image mask")
|
315 |
|
316 |
with gr.Tabs():
|
317 |
with gr.TabItem("text-guided relighting") as t2v_tab:
|