shitijnigam commited on
Commit
0b016a9
·
1 Parent(s): eb9de92
Files changed (3) hide show
  1. .DS_Store +0 -0
  2. app.py +5 -1
  3. export.pkl +0 -3
.DS_Store ADDED
Binary file (6.15 kB). View file
 
app.py CHANGED
@@ -3,6 +3,10 @@ import gradio as gr
3
  def greet(name):
4
  return "Hello " + name + "!!"
5
 
6
- iface = gr.Interface(fn = greet, inputs = "text", outputs = "text")
 
 
 
 
7
 
8
  iface.launch()
 
3
  def greet(name):
4
  return "Hello " + name + "!!"
5
 
6
+ iface = gr.Interface(
7
+ fn = greet,
8
+ inputs = "text",
9
+ outputs = "text"
10
+ )
11
 
12
  iface.launch()
export.pkl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d48e32400187c7459d0820b2fc9abe33e2d5003ed013652b015b0a20236b9306
3
- size 46981118