Spaces:
Running
Running
update app.py
Browse files
app.py
CHANGED
|
@@ -8,5 +8,5 @@ def to_black(image):
|
|
| 8 |
|
| 9 |
interface = gr.Interface(fn=to_black, inputs="image", outputs="image").queue(default_concurrency_limit=1)
|
| 10 |
|
| 11 |
-
interface.launch(
|
| 12 |
|
|
|
|
| 8 |
|
| 9 |
interface = gr.Interface(fn=to_black, inputs="image", outputs="image").queue(default_concurrency_limit=1)
|
| 10 |
|
| 11 |
+
interface.launch()
|
| 12 |
|