Kenno104 commited on
Commit
fbf73ab
·
1 Parent(s): 154fdd3

update app.py

Browse files
Files changed (1) hide show
  1. backup.py +10 -0
backup.py ADDED
@@ -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()