yugapurush's picture
Closer to dday
bbb25bf
raw
history blame contribute delete
189 Bytes
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()