Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def darker(input_path):
|
|
61 |
with gr.Blocks(analytics_enabled=False, theme=gr.themes.Soft()) as demo:
|
62 |
with gr.Row():
|
63 |
with gr.Column():
|
64 |
-
input = gr.Image(type="pil", label="Upload Image", sources=["upload"
|
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)
|
|
|
61 |
with gr.Blocks(analytics_enabled=False, theme=gr.themes.Soft()) as demo:
|
62 |
with gr.Row():
|
63 |
with gr.Column():
|
64 |
+
input = gr.Image(type="pil", label="Upload Image", sources=["upload"])
|
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)
|