tommy24 commited on
Commit
7805c2a
·
1 Parent(s): 6df6fc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,5 +19,5 @@ inputs = [
19
  gr.inputs.Textbox(label="Textbox3",type="password")
20
  ]
21
 
22
- iface = gr.Interface(fn=greet, inputs=inputs, outputs="text")
23
  iface.launch()
 
19
  gr.inputs.Textbox(label="Textbox3",type="password")
20
  ]
21
 
22
+ iface = gr.Interface(fn=function1, inputs=inputs, outputs="text")
23
  iface.launch()