b2bomber commited on
Commit
7275a27
·
verified ·
1 Parent(s): f542d97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -55,12 +55,7 @@ with gr.Blocks(
55
  height=400
56
  )
57
 
58
- gr.Examples(
59
- examples=["cat.jpg", "person.jpg", "car.jpg"],
60
- inputs=image_input,
61
- label="Click an example to start"
62
- )
63
-
64
  with gr.Row():
65
  clear_btn = gr.ClearButton(
66
  value="Clear",
 
55
  height=400
56
  )
57
 
58
+
 
 
 
 
 
59
  with gr.Row():
60
  clear_btn = gr.ClearButton(
61
  value="Clear",