Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,4 +41,4 @@ examples = [
|
|
| 41 |
['person512.png',"automatic (U2net)"],
|
| 42 |
['person512.png',"manual"]
|
| 43 |
]
|
| 44 |
-
gr.Interface(infer, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()
|
|
|
|
| 41 |
['person512.png',"automatic (U2net)"],
|
| 42 |
['person512.png',"manual"]
|
| 43 |
]
|
| 44 |
+
gr.Interface(infer, inputs, outputs, title=title, description=description, article=article, examples=examples,cache_examples=False).launch()
|