From 3c1a4e0b72a81a4400c7bd8da57068c4ed04ef80 Mon Sep 17 00:00:00 2001 From: Niels Horn Date: Thu, 19 Sep 2024 20:38:30 +0200 Subject: [PATCH] Docs: 'ufrom' typo (#109) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6396fc4..30785cd 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ This comes handy when you build real applications or want to deploy Multi-Modal ```python from ucall.rich_posix import Server -import ufrom +import uform server = Server() model = uform.get_model('unum-cloud/uform-vl-multilingual')