bedead commited on
Commit
46be095
·
verified ·
1 Parent(s): 2c45810

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -91,10 +91,6 @@ with gr.Blocks(theme="gradio/monochrome") as demo:
91
  outputs=result_image
92
  )
93
 
94
- gr.Examples(
95
- examples=examples,
96
- inputs=[image_input, uploaded_mask, seed_input],
97
- outputs=result_image
98
- )
99
 
100
  demo.launch()
 
91
  outputs=result_image
92
  )
93
 
94
+
 
 
 
 
95
 
96
  demo.launch()