diff --git a/06_gpu_and_ml/text-to-pokemon/text_to_pokemon/config.py b/06_gpu_and_ml/text-to-pokemon/text_to_pokemon/config.py index 6ad259684..fd966c818 100644 --- a/06_gpu_and_ml/text-to-pokemon/text_to_pokemon/config.py +++ b/06_gpu_and_ml/text-to-pokemon/text_to_pokemon/config.py @@ -199,6 +199,7 @@ def null_safety(images, **kwargs): "colorgram.py", "diffusers~=0.11.1", "ftfy", + "huggingface_hub~=0.21.1", "torch", "transformers", "scipy", diff --git a/06_gpu_and_ml/text-to-pokemon/text_to_pokemon/frontend/src/lib/components/Callout.svelte b/06_gpu_and_ml/text-to-pokemon/text_to_pokemon/frontend/src/lib/components/Callout.svelte index 11654bc1e..bd9877ecf 100644 --- a/06_gpu_and_ml/text-to-pokemon/text_to_pokemon/frontend/src/lib/components/Callout.svelte +++ b/06_gpu_and_ml/text-to-pokemon/text_to_pokemon/frontend/src/lib/components/Callout.svelte @@ -40,10 +40,6 @@ margin-right: 0.5em; } - .callout p { - margin: 0; - } - .callout { display: inline-flex; align-items: center; diff --git a/06_gpu_and_ml/text-to-pokemon/text_to_pokemon/frontend/src/lib/components/PrefillPrompt.svelte b/06_gpu_and_ml/text-to-pokemon/text_to_pokemon/frontend/src/lib/components/PrefillPrompt.svelte index 47dba2f7b..43c7d6065 100644 --- a/06_gpu_and_ml/text-to-pokemon/text_to_pokemon/frontend/src/lib/components/PrefillPrompt.svelte +++ b/06_gpu_and_ml/text-to-pokemon/text_to_pokemon/frontend/src/lib/components/PrefillPrompt.svelte @@ -8,7 +8,7 @@ export let highlighted; -