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