Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
ValueError:
PiperOrigin-RevId: 631183129
  • Loading branch information
yangustc07 authored and copybara-github committed May 6, 2024
1 parent d8ff819 commit 6234418
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions site/en/tutorials/generative/style_transfer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1110,10 +1110,9 @@
"\n",
"try:\n",
" from google.colab import files\n",
"except ImportError:\n",
" pass\n",
"else:\n",
" files.download(file_name)"
" files.download(file_name)\n",
"except (ImportError, AttributeError):\n",
" pass"
]
},
{
Expand Down

0 comments on commit 6234418

Please sign in to comment.