Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zeroMN
/
zeroMN_SHMT
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
73a8c53
zeroMN_SHMT
/
app.py
zeroMN
Create app.py
73a8c53
verified
2 months ago
raw
Copy download link
history
blame
Safe
166 Bytes
import
gradio
as
gr
def
greet
(
name
):zeroMN/zeroMN_SHMT
return
"Hello "
+ name +
"!!"
demo = gr.Interface(fn=greet, inputs=
"text"
, outputs=
"audio"
)
demo.launch()