Barak1 commited on
Commit
4dc9242
·
1 Parent(s): cd4f796
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks() as demo:
75
  with gr.Row():
76
  with gr.Column(elem_id="col-container-1"):
77
  with gr.Row():
78
- input_image = gr.Image(label="Input image", sources=['upload', 'webcam', 'clipboard'], type="pil")
79
 
80
  with gr.Row():
81
  description_prompt = gr.Text(
 
75
  with gr.Row():
76
  with gr.Column(elem_id="col-container-1"):
77
  with gr.Row():
78
+ input_image = gr.Image(label="Input image", sources=['upload', 'webcam'], type="pil")
79
 
80
  with gr.Row():
81
  description_prompt = gr.Text(