Spaces:
Runtime error
Runtime error
remove cache and queue
Browse files
app.py
CHANGED
@@ -40,4 +40,4 @@ examples = [
|
|
40 |
['person512.png',"canvas.png","automatic (U2net)"],
|
41 |
['person512.png',"maskexam.png","manual"]
|
42 |
]
|
43 |
-
gr.Interface(infer, inputs, outputs, title=title, description=description, article=article, examples=examples).launch(
|
|
|
40 |
['person512.png',"canvas.png","automatic (U2net)"],
|
41 |
['person512.png',"maskexam.png","manual"]
|
42 |
]
|
43 |
+
gr.Interface(infer, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()
|