Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
rutsam
/
kinyarwanda-speech-synthesis
like
0
No application file
App
Files
Files
Community
2
New discussion
New pull request
Resources
PR & discussions documentation
Code of Conduct
Hub documentation
All
Discussions
Pull requests
View closed (0)
Create app.py
#2 opened almost 2 years ago by
DFDFghhg67676
import gradio as gr def greet(name): return "Hello " + name + "!!" iface = gr.Interface(fn=greet, inputs="text", outputs="text") iface.launch()
#1 opened almost 2 years ago by
DFDFghhg67676