Edit model card
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

import gradio as gr

def greet(name): return "Hello " + name + "!!"

iface = gr.Interface(fn=greet, inputs="text", outputs="text") iface.launch()

Downloads last month
0
Unable to determine this model's library. Check the docs .