Update app.py
Browse files
app.py
CHANGED
|
@@ -30,4 +30,4 @@ interface = gr.Interface(fn=classify,
|
|
| 30 |
|
| 31 |
interface = gr.Interface(fn=classify, inputs='image', outputs='image', examples=['1.png', '2.png', '3.png'], title='Image Segmentation App', description='Perform segmentation on pictures of outdoor scenes', flagging_dir='flagged_examples/') # FILL HERE
|
| 32 |
|
| 33 |
-
interface.launch(debug=True
|
|
|
|
| 30 |
|
| 31 |
interface = gr.Interface(fn=classify, inputs='image', outputs='image', examples=['1.png', '2.png', '3.png'], title='Image Segmentation App', description='Perform segmentation on pictures of outdoor scenes', flagging_dir='flagged_examples/') # FILL HERE
|
| 32 |
|
| 33 |
+
interface.launch(debug=True)
|