diff --git a/test/test_external.py b/test/test_external.py index fba02c7426..ca82e86ece 100644 --- a/test/test_external.py +++ b/test/test_external.py @@ -1,9 +1,9 @@ -import unittest -import pathlib -import gradio as gr import os +import pathlib import transformers +import unittest +import gradio as gr """ WARNING: These tests have an external dependency: namely that Hugging Face's Hub and Space APIs do not change, and they keep their most famous models up. So if, e.g. Spaces is down, then these test will not pass.