Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Spaces:
rutsam
/
kinyarwanda-speech-synthesis
No application file

App Files Files Community
2
Fetching metadata from the HF Docker repository...
kinyarwanda-speech-synthesis
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
DFDFghhg67676's picture
DFDFghhg67676
import gradio as gr def greet(name): return "Hello " + name + "!!" iface = gr.Interface(fn=greet, inputs="text", outputs="text") iface.launch()
4b80ec8 almost 3 years ago
  • .gitattributes
    1.17 kB
    initial commit about 3 years ago
  • README.md
    246 Bytes
    initial commit about 3 years ago
  • app.py
    75 Bytes
    import gradio as gr def greet(name): return "Hello " + name + "!!" iface = gr.Interface(fn=greet, inputs="text", outputs="text") iface.launch() almost 3 years ago