CXDJY commited on
Commit
dc82cf6
·
1 Parent(s): 8b629be

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,5 +87,5 @@ def predict(image_tensor, top_k=5):
87
 
88
  return result
89
 
90
- iface = gr.Interface(fn=greet, inputs="image", outputs="text")
91
  iface.launch()
 
87
 
88
  return result
89
 
90
+ iface = gr.Interface(fn=test2, inputs="image", outputs="text")
91
  iface.launch()