Add application file
Browse files
app.py
CHANGED
@@ -6,4 +6,4 @@ def to_black(image):
|
|
6 |
return output
|
7 |
|
8 |
interface = gr.Interface(fn=to_black, inputs="image", outputs="image")
|
9 |
-
interface.launch(
|
|
|
6 |
return output
|
7 |
|
8 |
interface = gr.Interface(fn=to_black, inputs="image", outputs="image")
|
9 |
+
interface.launch(share=True)
|