to-be commited on
Commit
a3aa603
1 Parent(s): e60f9c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -103,12 +103,12 @@ with gr.Blocks(css=css) as demo:
103
  with gr.Column(scale=2):
104
  gr.Examples([["example.jpg"], ["example_2.jpg"], ["example_3.jpg"]], inputs=[inp],label='Or use one of these examples:')
105
  with gr.Row().style(equal_height=True,height=200,rounded=False):
 
 
106
  with gr.Column(scale=1):
107
- img2 = gr.Image("drinking.gif",label=' ',visible=False).style(rounded=True)
108
- with gr.Column(scale=4):
109
  btn = gr.Button("↓ Extract ↓")
110
- with gr.Column(scale=1):
111
- img3 = gr.Image("snowangel.gif",label=' ',visible=False).style(rounded=True)
112
  with gr.Row(css='div {margin-left: auto; margin-right: auto; width: 100%;background-image: url("background.gif"); repeat 0 0;}').style():
113
  with gr.Column(scale=2):
114
  imgout = gr.Image(label='Uploaded document:',elem_id="inp")
 
103
  with gr.Column(scale=2):
104
  gr.Examples([["example.jpg"], ["example_2.jpg"], ["example_3.jpg"]], inputs=[inp],label='Or use one of these examples:')
105
  with gr.Row().style(equal_height=True,height=200,rounded=False):
106
+ #with gr.Column(scale=1):
107
+ #img2 = gr.Image("drinking.gif",label=' ',visible=False).style(rounded=True)
108
  with gr.Column(scale=1):
 
 
109
  btn = gr.Button("↓ Extract ↓")
110
+ #with gr.Column(scale=1):
111
+ #img3 = gr.Image("snowangel.gif",label=' ',visible=False).style(rounded=True)
112
  with gr.Row(css='div {margin-left: auto; margin-right: auto; width: 100%;background-image: url("background.gif"); repeat 0 0;}').style():
113
  with gr.Column(scale=2):
114
  imgout = gr.Image(label='Uploaded document:',elem_id="inp")