ancebuc commited on
Commit
ef261c9
·
verified ·
1 Parent(s): 916731c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,5 +34,5 @@ def segment(img, clases):
34
 
35
  return "Hello " + prompts + "!!"
36
 
37
- demo = gr.Interface(fn=greet, inputs=["image","text"], outputs="text")
38
  demo.launch()
 
34
 
35
  return "Hello " + prompts + "!!"
36
 
37
+ demo = gr.Interface(fn=segment, inputs=["image","text"], outputs="text")
38
  demo.launch()