rwcuffney commited on
Commit
b02d83a
1 Parent(s): 3020d9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,6 +11,6 @@ gr.Interface(
11
  predict,
12
  inputs=gr.inputs.Image(label="Upload image of a weather to analyze", type="filepath"),
13
  outputs=gr.outputs.Label(num_top_classes=5),
14
- title="Weather Image Identification",
15
  share=True,
16
  ).launch()
 
11
  predict,
12
  inputs=gr.inputs.Image(label="Upload image of a weather to analyze", type="filepath"),
13
  outputs=gr.outputs.Label(num_top_classes=5),
14
+ title="Playing Card Identification",
15
  share=True,
16
  ).launch()