Spaces:
Runtime error
Runtime error
Commit ·
d96515e
1
Parent(s): a205957
api
Browse files
app.py
CHANGED
|
@@ -278,6 +278,7 @@ def main():
|
|
| 278 |
inputs=example_images,
|
| 279 |
outputs=example_images.components)
|
| 280 |
|
|
|
|
| 281 |
demo.launch(
|
| 282 |
enable_queue=args.enable_queue,
|
| 283 |
server_port=args.port,
|
|
|
|
| 278 |
inputs=example_images,
|
| 279 |
outputs=example_images.components)
|
| 280 |
|
| 281 |
+
|
| 282 |
demo.launch(
|
| 283 |
enable_queue=args.enable_queue,
|
| 284 |
server_port=args.port,
|