Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ inputs = [
|
|
186 |
gr.inputs.Textbox(label="Textbox3",type="password")
|
187 |
]
|
188 |
|
189 |
-
outputs = gr.outputs.Image(type="
|
190 |
|
191 |
iface = gr.Interface(fn=function, inputs=inputs, outputs=outputs)
|
192 |
|
|
|
186 |
gr.inputs.Textbox(label="Textbox3",type="password")
|
187 |
]
|
188 |
|
189 |
+
outputs = gr.outputs.Image(type="filepath")
|
190 |
|
191 |
iface = gr.Interface(fn=function, inputs=inputs, outputs=outputs)
|
192 |
|