Update app.py
Browse files
app.py
CHANGED
@@ -19,5 +19,5 @@ inputs = [
|
|
19 |
gr.inputs.Textbox(label="Textbox3",type="password")
|
20 |
]
|
21 |
|
22 |
-
iface = gr.Interface(fn=
|
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()
|