Spaces:
Running
on
Zero
Running
on
Zero
Alexander Bagus
commited on
Commit
·
e39980f
1
Parent(s):
b6c2388
22
Browse files
app.py
CHANGED
|
@@ -158,7 +158,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 158 |
with gr.Column(elem_id="col-container"):
|
| 159 |
with gr.Column():
|
| 160 |
gr.HTML(read_file("static/header.html"))
|
| 161 |
-
with gr.Row(
|
| 162 |
with gr.Column():
|
| 163 |
input_image = gr.Image(
|
| 164 |
height=290, sources=['upload', 'clipboard'],
|
|
|
|
| 158 |
with gr.Column(elem_id="col-container"):
|
| 159 |
with gr.Column():
|
| 160 |
gr.HTML(read_file("static/header.html"))
|
| 161 |
+
with gr.Row():
|
| 162 |
with gr.Column():
|
| 163 |
input_image = gr.Image(
|
| 164 |
height=290, sources=['upload', 'clipboard'],
|