Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -318,6 +318,7 @@ def app_gradio():
|
|
318 |
with gr.Blocks(title="CatVTON") as demo:
|
319 |
gr.Markdown(HEADER)
|
320 |
with gr.Tab("Virtual Try on"):
|
|
|
321 |
with gr.Row():
|
322 |
# define root_path
|
323 |
root_path = "resource/demo/example"
|
@@ -429,7 +430,6 @@ def app_gradio():
|
|
429 |
gr.Markdown(
|
430 |
'<center><span style="color: #FF0000">!!! Click only Once, Wait for Delay !!!</span></center>'
|
431 |
)
|
432 |
-
|
433 |
# Advance options setting
|
434 |
gr.Markdown(
|
435 |
'<span style="color: #808080; font-size: small;">Advanced options can adjust details:<br>1. `Inference Step` may enhance details;<br>2. `CFG` is highly correlated with saturation;<br>3. `Random seed` may improve pseudo-shadow.</span>'
|
|
|
318 |
with gr.Blocks(title="CatVTON") as demo:
|
319 |
gr.Markdown(HEADER)
|
320 |
with gr.Tab("Virtual Try on"):
|
321 |
+
with gr.Row():
|
322 |
with gr.Row():
|
323 |
# define root_path
|
324 |
root_path = "resource/demo/example"
|
|
|
430 |
gr.Markdown(
|
431 |
'<center><span style="color: #FF0000">!!! Click only Once, Wait for Delay !!!</span></center>'
|
432 |
)
|
|
|
433 |
# Advance options setting
|
434 |
gr.Markdown(
|
435 |
'<span style="color: #808080; font-size: small;">Advanced options can adjust details:<br>1. `Inference Step` may enhance details;<br>2. `CFG` is highly correlated with saturation;<br>3. `Random seed` may improve pseudo-shadow.</span>'
|