Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
2
DFD
DFDFghhg67676
Follow
TYTY-sudo
AI & ML interests
None yet
Organizations
None yet
DFDFghhg67676
's activity
All
Models
Datasets
Spaces
Papers
Collections
Community
Posts
Upvotes
Likes
New activity in
rutsam/kinyarwanda-speech-synthesis
about 2 years ago
Create app.py
#2 opened about 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 about 2 years ago by
DFDFghhg67676