Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,13 +66,13 @@ with gr.Blocks() as demo:
|
|
66 |
gr.Markdown("""
|
67 |
## Outfit Diffusion - Try On Virtual Outfits
|
68 |
|
69 |
-
⚠️ **Note**:
|
70 |
-
-
|
71 |
-
-
|
|
|
72 |
|
73 |
|
74 |
""")
|
75 |
-
|
76 |
with gr.Row():
|
77 |
with gr.Column():
|
78 |
model_image = gr.Image(
|
|
|
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 |
with gr.Row():
|
77 |
with gr.Column():
|
78 |
model_image = gr.Image(
|