Update app.py
Browse files
app.py
CHANGED
@@ -64,4 +64,4 @@ def image_classifier(i,color):
|
|
64 |
return process(i, r, g, b)
|
65 |
inputs = ["image", gr.ColorPicker(label="color")]
|
66 |
demo = gr.Interface(fn=image_classifier, inputs=inputs, outputs="image")
|
67 |
-
demo.launch(
|
|
|
64 |
return process(i, r, g, b)
|
65 |
inputs = ["image", gr.ColorPicker(label="color")]
|
66 |
demo = gr.Interface(fn=image_classifier, inputs=inputs, outputs="image")
|
67 |
+
demo.launch()
|