File size: 189 Bytes
368f410
bbb25bf
368f410
bbb25bf
 
368f410
bbb25bf
 
1
2
3
4
5
6
7
8
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()