ISYS commited on
Commit
85e4efe
1 Parent(s): 2b49f70
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def process_sketch(sketch):
22
  #demo.launch()
23
 
24
  iface = gr.Interface(
25
- fn=process_sketch,
26
  inputs="sketchpad",
27
  outputs=["text", "text"],
28
  layout="vertical",
 
22
  #demo.launch()
23
 
24
  iface = gr.Interface(
25
+ fn=greet,
26
  inputs="sketchpad",
27
  outputs=["text", "text"],
28
  layout="vertical",