You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
swarms/examples/ui/chat.py

12 lines
316 B

import gradio as gr
import ai_gradio
finance_interface = gr.load(
name="swarms:gpt-4-turbo",
src=ai_gradio.registry,
agent_name="Stock-Analysis-Agent",
title="Finance Assistant",
description="Expert financial analysis and advice tailored to your investment needs.",
)
finance_interface.launch()