Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
netynet
/
test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a16715b
test
/
app.py
Next
Update app.py
a16715b
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
215 Bytes
import
gradio
as
gr
import
os
with
gr.Blocks(title=
"π"
, theme=gr.themes.Base(primary_hue=
"rose"
, neutral_hue=
"zinc"
))
as
app:
input_audio0 = gr.Chekbox(label=
"Input Path"
, choise=[
"1"
,
"2"
])
app.launch()