calvesca's picture
Upload folder using huggingface_hub
0bd62e5 verified
raw
history blame contribute delete
195 Bytes
import gradio as gr
class TestButton:
def test_postprocess(self):
assert gr.Button().postprocess("5") == "5"
assert gr.Button().postprocess(5) == "5" # type: ignore