broyang commited on
Commit
eee1833
·
1 Parent(s): 6ce6d58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ with gr.Blocks(analytics_enabled=False, theme=gr.themes.Soft()) as demo:
29
  with gr.Column():
30
  input = gr.Image(type="pil", label="Upload Image", sources=["upload"])
31
  gr.ClearButton(components=input)
32
- gr.Examples(examples=["hotel.jpg", "road_small.jpg", "preview_small.jpg", "trailer.jpg"], inputs=input)
33
  with gr.Column():
34
  output = gr.Image(type = "filepath", label="Sketch Drawing", show_share_button=False)
35
  gr.Markdown("<p style='text-align: center; font-size: 20px;'>Want to remove the watermark?</p>\n")
 
29
  with gr.Column():
30
  input = gr.Image(type="pil", label="Upload Image", sources=["upload"])
31
  gr.ClearButton(components=input)
32
+ gr.Examples(examples=["hotel.jpg", "road_small.jpg", "crash_small.jpg", "trailer.jpg"], inputs=input)
33
  with gr.Column():
34
  output = gr.Image(type = "filepath", label="Sketch Drawing", show_share_button=False)
35
  gr.Markdown("<p style='text-align: center; font-size: 20px;'>Want to remove the watermark?</p>\n")