broyang commited on
Commit
9de6b46
·
1 Parent(s): fb1585d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -63,7 +63,8 @@ with gr.Blocks(analytics_enabled=False, theme=gr.themes.Soft()) as demo:
63
  with gr.Column():
64
  input = gr.Image(type="pil", label="Upload Image", sources=["upload", "clipboard"])
65
  gr.ClearButton(components=input)
66
- gr.Examples(examples=["hotel.jpg", "intersection.jpg", "road_small.jpg", "crash_small.jpg", "trailer.jpg"], inputs=input)
 
67
  with gr.Column():
68
  output = gr.Image(type = "filepath", label="Sketch Drawing", show_share_button=False)
69
  with gr.Row():
 
63
  with gr.Column():
64
  input = gr.Image(type="pil", label="Upload Image", sources=["upload", "clipboard"])
65
  gr.ClearButton(components=input)
66
+ # gr.Examples(examples=["hotel.jpg", "intersection.jpg", "road_small.jpg", "crash_small.jpg", "trailer.jpg"], inputs=input)
67
+ gr.Examples(examples=["hotel.jpg", "intersection.jpg", "road_small.jpg"], inputs=input)
68
  with gr.Column():
69
  output = gr.Image(type = "filepath", label="Sketch Drawing", show_share_button=False)
70
  with gr.Row():