0xnbk commited on
Commit
ff19658
·
1 Parent(s): d254690

Initial commit

Browse files
Files changed (2) hide show
  1. app.py +8 -0
  2. model.pkl +3 -0
app.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
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()
8
+
model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eab4c7d2a855d93883d7ce37f656f2bb33f9216eb061565b86df357197e1cf7
3
+ size 47065726