IamBusy commited on
Commit
623eeb1
1 Parent(s): e355f32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,8 +29,8 @@ def gradio_interface():
29
  )
30
  return interface
31
 
 
 
32
 
33
- iface = gr.Interface(fn=greet, inputs="text", outputs="text")
34
- iface.launch()
35
 
36
 
 
29
  )
30
  return interface
31
 
32
+ interface = gradio_interface()
33
+ interface.launch()
34
 
 
 
35
 
36