Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chansung
/
llm-discord-bot
like
5
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
62ed6ac
llm-discord-bot
/
health_check_gradio.py
chansung
Rename health_check.py to health_check_gradio.py
62ed6ac
about 2 years ago
raw
Copy download link
history
blame
Safe
94 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Markdown(
"# Hello World"
)
demo.launch()