Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -63,16 +63,7 @@ def generate_outfit(model_image, garment_image, n_samples=1, n_steps=20, image_s
|
|
63 |
|
64 |
# Create Gradio interface
|
65 |
with gr.Blocks() as demo:
|
66 |
-
gr.Markdown("""
|
67 |
-
## Outfit Diffusion - Try On Virtual Outfits
|
68 |
-
|
69 |
-
⚠️ **Note**: This demo uses free GPU quota which is limited. To avoid errors:
|
70 |
-
- Use lower values for Steps (10-15) and Scale (1-2)
|
71 |
-
- Wait between attempts if you get a quota error
|
72 |
-
- Sign up for a Hugging Face account for more quota
|
73 |
-
|
74 |
-
|
75 |
-
""")
|
76 |
|
77 |
with gr.Row():
|
78 |
with gr.Column():
|
|
|
63 |
|
64 |
# Create Gradio interface
|
65 |
with gr.Blocks() as demo:
|
66 |
+
gr.Markdown("""""")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
|
68 |
with gr.Row():
|
69 |
with gr.Column():
|