Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -183,6 +183,7 @@ if __name__ == "__main__":
|
|
| 183 |
target_pil = Image.open(args.target)
|
| 184 |
|
| 185 |
with gr.Blocks() as demo:
|
|
|
|
| 186 |
with gr.Column():
|
| 187 |
# gr.HTML(title)
|
| 188 |
|
|
|
|
| 183 |
target_pil = Image.open(args.target)
|
| 184 |
|
| 185 |
with gr.Blocks() as demo:
|
| 186 |
+
|
| 187 |
with gr.Column():
|
| 188 |
# gr.HTML(title)
|
| 189 |
|