This commit is contained in:
Abubakar Abid 2022-01-14 08:28:11 -06:00
parent 4902261211
commit 7cb04655e5

View File

@ -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.