Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kenno104
/
Test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kenno104
commited on
Jan 8, 2023
Commit
fbf73ab
·
1 Parent(s):
154fdd3
update app.py
Browse files
Files changed (1)
hide
show
backup.py
+10
-0
backup.py
ADDED
Viewed
@@ -0,0 +1,10 @@
1
+
2
+
3
+
#Backup Programme
4
+
# import gradio as gr
5
+
6
+
# def greet(name):
7
+
# return "Hello " + name + "!!"
8
+
9
+
# iface = gr.Interface(fn=greet, inputs="text", outputs="text")
10
+
# iface.launch()