Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kenno104
/
Test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Test
/
backup.py
Kenno104
update app.py
fbf73ab
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
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()