KhanhVan commited on
Commit
db1903a
·
1 Parent(s): 99e2606

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share = True)
 
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()