Test / backup.py
Kenno104
update app.py
fbf73ab
raw
history blame contribute delete
180 Bytes
#Backup Programme
# import gradio as gr
# def greet(name):
# return "Hello " + name + "!!"
# iface = gr.Interface(fn=greet, inputs="text", outputs="text")
# iface.launch()