jichao commited on
Commit
b5fe4f8
·
1 Parent(s): c62b48d
Files changed (2) hide show
  1. app.py +7 -0
  2. models/checkpint-300.pth +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()
models/checkpint-300.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84fdfa9c847f6ee3492e06dab25210864a794abdab96df7e40bd44fa4cfd3c91
3
+ size 341670544