flag redo

This commit is contained in:
Ali Abid 2021-01-29 11:00:47 -08:00
parent f4eb532f63
commit fe7847a9dc

View File

@ -20,7 +20,6 @@ iface = gr.Interface(calculator,
[-4, "multiply", 2.5],
[0, "subtract", 1.2],
],
allow_flagging="auto"
)
if __name__ == "__main__":