fastapi_django_main_live / routers /ai /tests /test_gradio_interface.py
kenken999's picture
dfa
3af7f80
raw
history blame
150 Bytes
import pytest
from gradio_interface import gradio_interface
##########
def test_gradio_interface():
# implement tests for Gradio frontend
pass