PhyscalX commited on
Commit
e07bb93
1 Parent(s): ec5d864

Update demo image

Browse files
assets/app_image3.jpg CHANGED
tokenize_anything/__init__.py CHANGED
@@ -13,7 +13,7 @@
13
  # See the License for the specific language governing permissions and
14
  # limitations under the License.
15
  # ------------------------------------------------------------------------
16
- """Simultaneously Segment, Recognize, and Caption Anything with Promptable Tokenization."""
17
 
18
  from tokenize_anything.build_model import model_registry
19
  from tokenize_anything.version import __version__
 
13
  # See the License for the specific language governing permissions and
14
  # limitations under the License.
15
  # ------------------------------------------------------------------------
16
+ """Tokenize Anything via Prompting."""
17
 
18
  from tokenize_anything.build_model import model_registry
19
  from tokenize_anything.version import __version__