adarshj322 commited on
Commit
a691223
·
1 Parent(s): 6569da3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,5 +70,5 @@ def generateSubject(email):
70
  def predict(name):
71
  return "Hello " + name + "!!"
72
 
73
- iface = gr.Interface(fn=predict, inputs=gr.inputs.Textbox(), outputs="text")
74
  iface.launch()
 
70
  def predict(name):
71
  return "Hello " + name + "!!"
72
 
73
+ iface = gr.Interface(fn=generateSubject, inputs=gr.inputs.Textbox(), outputs="text")
74
  iface.launch()