eybro commited on
Commit
1f30c37
·
verified ·
1 Parent(s): 25804c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -71,7 +71,7 @@ def inference(image):
71
 
72
 
73
 
74
- demo = gr.Interface(fn=greet,
75
- inputs=gr.File(label='Upload image'),
76
- outputs="text")
77
  demo.launch()
 
71
 
72
 
73
 
74
+ demo = gr.Interface(fn=inference,
75
+ inputs=gr.File(label='Upload image'),
76
+ outputs="text")
77
  demo.launch()