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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "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)
 
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)