Ahsen Khaliq
commited on
Commit
·
d160659
1
Parent(s):
2f2279c
Update app.py
Browse files
app.py
CHANGED
@@ -39,4 +39,4 @@ examples = [
|
|
39 |
['person512.png',None,"automatic (U2net)"],
|
40 |
['person512.png',"maskexam.png","manual"]
|
41 |
]
|
42 |
-
gr.Interface(infer, inputs, outputs, title=title, description=description, article=article, examples=examples).launch(enable_queue=True
|
|
|
39 |
['person512.png',None,"automatic (U2net)"],
|
40 |
['person512.png',"maskexam.png","manual"]
|
41 |
]
|
42 |
+
gr.Interface(infer, inputs, outputs, title=title, description=description, article=article, examples=examples).launch(enable_queue=True)
|