Spaces:
Configuration error
Configuration error
Commit
·
80fef41
1
Parent(s):
21bb142
update readme
Browse files
app.py
CHANGED
|
@@ -80,6 +80,7 @@ demo = gr.Interface(
|
|
| 80 |
]],
|
| 81 |
title="EVF-SAM: Referring Expression Segmentation",
|
| 82 |
description=desc_title_str + desc_link_str,
|
|
|
|
| 83 |
allow_flagging="never")
|
| 84 |
# demo.launch()
|
| 85 |
-
demo.launch(
|
|
|
|
| 80 |
]],
|
| 81 |
title="EVF-SAM: Referring Expression Segmentation",
|
| 82 |
description=desc_title_str + desc_link_str,
|
| 83 |
+
cache_examples=False,
|
| 84 |
allow_flagging="never")
|
| 85 |
# demo.launch()
|
| 86 |
+
demo.launch()
|