Spaces:
Runtime error
Runtime error
danielsapit
commited on
Commit
•
0eceb16
1
Parent(s):
8cdc393
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ interface = gr.Interface(
|
|
124 |
"(Increase to shift to the right)"),
|
125 |
gr.inputs.Slider(minimum=0, maximum=100, step=1, label="Zoom preview vertical shift "
|
126 |
"(Increase to shift downwards)"),
|
127 |
-
gr.inputs.State(default=[None,None])
|
128 |
],
|
129 |
outputs = [gr.outputs.Image(label="Result"),
|
130 |
gr.outputs.Image(label="Before:"),
|
|
|
124 |
"(Increase to shift to the right)"),
|
125 |
gr.inputs.Slider(minimum=0, maximum=100, step=1, label="Zoom preview vertical shift "
|
126 |
"(Increase to shift downwards)"),
|
127 |
+
gr.inputs.State(default=[None,None], label="\t")
|
128 |
],
|
129 |
outputs = [gr.outputs.Image(label="Result"),
|
130 |
gr.outputs.Image(label="Before:"),
|