llm-discord-bot / health_check_gradio.py
chansung's picture
Rename health_check.py to health_check_gradio.py
62ed6ac
raw
history blame
94 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Markdown("# Hello World")
demo.launch()