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