Update app.py
Browse files
app.py
CHANGED
|
@@ -110,7 +110,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 110 |
btn = gr.Button(" ↓ Extract ↓ ")
|
| 111 |
with gr.Column(scale=2):
|
| 112 |
#img3 = gr.Image("snowangel.gif",label=' ',visible=False).style(rounded=True)
|
| 113 |
-
sendimg = gr.Checkbox(value=True, label="Allow data collection for
|
| 114 |
with gr.Row().style():
|
| 115 |
with gr.Column(scale=2):
|
| 116 |
imgout = gr.Image(label='Uploaded document:',elem_id="inp")
|
|
|
|
| 110 |
btn = gr.Button(" ↓ Extract ↓ ")
|
| 111 |
with gr.Column(scale=2):
|
| 112 |
#img3 = gr.Image("snowangel.gif",label=' ',visible=False).style(rounded=True)
|
| 113 |
+
sendimg = gr.Checkbox(value=True, label="Allow usage data collection for at most 48 hours ✤")
|
| 114 |
with gr.Row().style():
|
| 115 |
with gr.Column(scale=2):
|
| 116 |
imgout = gr.Image(label='Uploaded document:',elem_id="inp")
|