Spaces:
Running
Running
Update app.py
Browse files
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", "
|
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")
|