Spaces:
Configuration error
Configuration error
| from tests.rtc_test import test_rtc | |
| import warnings | |
| warnings.filterwarnings("ignore") | |
| import asyncio | |
| def run_test(): | |
| try: | |
| # await test_document_retriever() | |
| # await test_qwen_llm() | |
| # asyncio.run(test_inference()) | |
| test_rtc() | |
| except Exception as e: | |
| print(e) | |
| run_test() |