| import gradio as gr | |
| from doli4 import create_openai_agent_interface | |
| # Create and launch the interface | |
| demo = create_openai_agent_interface() | |
| # For Hugging Face Spaces | |
| demo.launch() |
| import gradio as gr | |
| from doli4 import create_openai_agent_interface | |
| # Create and launch the interface | |
| demo = create_openai_agent_interface() | |
| # For Hugging Face Spaces | |
| demo.launch() |