Jason Lee
commited on
Commit
·
0d89e2c
1
Parent(s):
cf8f7c1
fads
Browse files
app.py
CHANGED
@@ -7,4 +7,4 @@ def to_black(image):
|
|
7 |
|
8 |
|
9 |
interface = gr.Interface(fn=to_black, inputs="image", outputs="image")
|
10 |
-
interface.launch(
|
|
|
7 |
|
8 |
|
9 |
interface = gr.Interface(fn=to_black, inputs="image", outputs="image")
|
10 |
+
interface.launch()
|