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