darylsilva commited on
Commit
59a88f7
1 Parent(s): 69dd7b1

Upload 2 files

Browse files
Files changed (2) hide show
  1. app.py +7 -0
  2. export.pkl +3 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ def greet(name):
4
+ return "Hello " + name + "!!"
5
+
6
+ demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
+ demo.launch()
export.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63936d2509eb3c71d4b76caf5fdf6ba6dd0e25708c54951d18978ec7fe3c4aef
3
+ size 47022518