Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
simonraj
/
OralCoachZeroGPU
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
eaa00ec
OralCoachZeroGPU
/
styles.py
simonraj
Upload 17 files
cf815ef
verified
11 months ago
raw
Copy download link
history
blame
Safe
188 Bytes
import
gradio
as
gr
# Set the theme to 'xiaobaiyuan/theme_brief'
theme =
'xiaobaiyuan/theme_brief'
with
gr.Blocks(theme=theme)
as
demo:
# Your existing components and layout
...