Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -292,7 +292,7 @@ def send_to_backend(image_buffer, user_id):
|
|
| 292 |
|
| 293 |
|
| 294 |
# Gradio interface
|
| 295 |
-
with gr.Blocks(title="Style Mixing for Clothing
|
| 296 |
user_id_state = gr.State()
|
| 297 |
|
| 298 |
@iface.load(inputs=None, outputs=[user_id_state])
|
|
|
|
| 292 |
|
| 293 |
|
| 294 |
# Gradio interface
|
| 295 |
+
with gr.Blocks(title="Style Mixing for Clothing Designs") as iface:
|
| 296 |
user_id_state = gr.State()
|
| 297 |
|
| 298 |
@iface.load(inputs=None, outputs=[user_id_state])
|