mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
testing without optional
This commit is contained in:
parent
377c2e483d
commit
356dd8812f
@ -7,7 +7,7 @@ def image_mod(image):
|
||||
return image.rotate(45)
|
||||
|
||||
|
||||
iface = gr.Interface(image_mod, gr.inputs.Image(type="pil", optional=True), "image")
|
||||
iface = gr.Interface(image_mod, gr.inputs.Image(type="pil"), "image")
|
||||
|
||||
if __name__ == "__main__":
|
||||
iface.launch()
|
||||
|
Loading…
x
Reference in New Issue
Block a user