shujianong commited on
Commit
ada2fdb
1 Parent(s): c547096

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def pkm_predict(image):
57
  else:
58
  return "This card is likely counterfeit."
59
 
60
- """# Gradio #"""
61
 
62
  image = gr.inputs.Image()
63
 
 
57
  else:
58
  return "This card is likely counterfeit."
59
 
60
+ """# Gradio Launch #"""
61
 
62
  image = gr.inputs.Image()
63