Spaces:
Runtime error
Runtime error
bthndmn12
commited on
Commit
•
4c0393b
1
Parent(s):
ccb3087
Fixed some bugs
Browse files
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="
|
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()
|