adarshj322 commited on
Commit
83a9e09
1 Parent(s): 2d172d8

gradio error chnage

Browse files
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 = gradio.Interface(fn=generateSubject, inputs=gradio.inputs.Textbox(), outputs="text")
74
  iface.launch()
 
70
  def predict(name):
71
  return "Hello " + name + "!!"
72
 
73
+ iface = gradio.Interface(fn=generateSubject, inputs="text", outputs="text")
74
  iface.launch()