-
Notifications
You must be signed in to change notification settings - Fork 389
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* watermark Change-Id: I271993e07bfc034d89cd74013339046a21d0b472 * fix typing Change-Id: Ib026f3b66fb44c6ad35a15030b03204306b35443 * format Change-Id: I24304a80e6689b4fcec3155f7274e24db712b402 * fix test Change-Id: I68cb74f8ee5f224942417ea4e5fc4232ec688977 * make check_watermark a stand alone function Change-Id: I2d72620359dcc70fe8e720a14f78d83f75a42d90 * simplify typing. Change-Id: I1b901cc40b4b029cb09699fc6eac77690622b6e8 * Update google/generativeai/vision_models/_vision_models.py * Typo Co-authored-by: Mark McDonald <macd@google.com> --------- Co-authored-by: Mark McDonald <macd@google.com>
- Loading branch information
1 parent
e09b902
commit aae0caf
Showing
4 changed files
with
78 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,7 +79,6 @@ | |
|
||
__version__ = version.__version__ | ||
|
||
del embedding | ||
del files | ||
del generative_models | ||
del models | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters