hassan526 commited on
Commit
5e30aef
·
1 Parent(s): 3686355

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -24,6 +24,9 @@ css = """
24
  # background-color: #202020; /* Set your desired background color */
25
  border-radius: 5px;
26
  }
 
 
 
27
  }
28
  """
29
 
@@ -163,9 +166,9 @@ def launch_demo():
163
  with gr.Column(scale=6):
164
  with gr.Row():
165
  with gr.Column(scale=3):
166
- id_image_input1 = gr.Image(type='filepath', label='Front', elem_classes="example-image")
167
  with gr.Column(scale=3):
168
- id_image_input2 = gr.Image(type='filepath', label='Back', elem_classes="example-image")
169
 
170
  with gr.Row():
171
  id_examples = gr.Examples(
 
24
  # background-color: #202020; /* Set your desired background color */
25
  border-radius: 5px;
26
  }
27
+ #input1 input[type="file"],#input2 input[type="file"] {
28
+ display: none !important;
29
+ }
30
  }
31
  """
32
 
 
166
  with gr.Column(scale=6):
167
  with gr.Row():
168
  with gr.Column(scale=3):
169
+ id_image_input1 = gr.Image(type='filepath', label='Front', elem_classes="example-image", elem_id="input1")
170
  with gr.Column(scale=3):
171
+ id_image_input2 = gr.Image(type='filepath', label='Back', elem_classes="example-image", elem_id="input2")
172
 
173
  with gr.Row():
174
  id_examples = gr.Examples(