Spaces:
Runtime error
Runtime error
Commit
·
88e9db6
1
Parent(s):
92b2265
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ with gr.Blocks(title="Spoof-Demo", css="#custom_header {min-height: 3rem; text-a
|
|
| 70 |
with gr.Column():
|
| 71 |
with gr.Box():
|
| 72 |
gr.Markdown("### Input")
|
| 73 |
-
image = gr.Image(source="
|
| 74 |
image.style(height=240)
|
| 75 |
btn = gr.Button(text="Submit")
|
| 76 |
btn.style(full_width=True)
|
|
|
|
| 70 |
with gr.Column():
|
| 71 |
with gr.Box():
|
| 72 |
gr.Markdown("### Input")
|
| 73 |
+
image = gr.Image(source="upload",label="Input Image",invert_color=False,image_mode="RGB")
|
| 74 |
image.style(height=240)
|
| 75 |
btn = gr.Button(text="Submit")
|
| 76 |
btn.style(full_width=True)
|