Spaces:
Runtime error
Runtime error
| import gradio as gr | |
| def sketch_recognition(img): | |
| return "hello" | |
| iface = gr.Interface(fn=sketch_recognition, inputs="sketchpad", outputs="text").launch(cache_examples=False) |
| import gradio as gr | |
| def sketch_recognition(img): | |
| return "hello" | |
| iface = gr.Interface(fn=sketch_recognition, inputs="sketchpad", outputs="text").launch(cache_examples=False) |