sahadev10 commited on
Commit
62ba321
·
verified ·
1 Parent(s): f9d71b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Design") as iface:
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])