bthndmn12 commited on
Commit
4c0393b
1 Parent(s): ccb3087

Fixed some bugs

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,6 +68,6 @@ def process_image(image_input):
68
  return seg_image
69
 
70
 
71
- iface = gr.Interface(fn= process_image, inputs="image", outputs="image", title="Greeter")
72
 
73
  iface.launch()
 
68
  return seg_image
69
 
70
 
71
+ iface = gr.Interface(fn= process_image, inputs="image", outputs="image", title="zerovision")
72
 
73
  iface.launch()