Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,5 @@ app = gr.Interface(fn=segmentation,
|
|
43 |
outputs=outputs,
|
44 |
examples=examples,
|
45 |
title=title,
|
46 |
-
description=description,
|
47 |
-
article=article,
|
48 |
allow_flagging=False)
|
49 |
app.launch()
|
|
|
43 |
outputs=outputs,
|
44 |
examples=examples,
|
45 |
title=title,
|
|
|
|
|
46 |
allow_flagging=False)
|
47 |
app.launch()
|