CoolFace
Apppublic

ChuyGabriel/Audio_video

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
2 commits on main
7d082092y ago

import gradio as gr def greet(name): return "Hello " + name + "!!" iface = gr.Interface(fn=greet, inputs="text", outputs="text") iface.launch()

ChuyGabriel
abbb9252y ago

initial commit

ChuyGabriel