Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -70,4 +70,4 @@ if __name__ == '__main__':
|
|
70 |
# r = img2label(left_img_dir, right_img_dir)
|
71 |
demo = gr.Interface(fn=img2label, inputs=[gr.inputs.Image(), gr.inputs.Image()],
|
72 |
outputs="text", title=title, description=description)
|
73 |
-
demo.launch(
|
|
|
70 |
# r = img2label(left_img_dir, right_img_dir)
|
71 |
demo = gr.Interface(fn=img2label, inputs=[gr.inputs.Image(), gr.inputs.Image()],
|
72 |
outputs="text", title=title, description=description)
|
73 |
+
demo.launch()
|