Adhir commited on
Commit
bb7f25f
1 Parent(s): 5f3c8d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,6 +13,6 @@ gr.interface(
13
  predict,
14
  inputs = gr.Image(label="Upload hot dog candidate", type = "filepath"),
15
  outputs = gr.Label(num_top_classes=2),
16
- title="hot Dog? or Not ?"
17
  ).launch()
18
 
 
13
  predict,
14
  inputs = gr.Image(label="Upload hot dog candidate", type = "filepath"),
15
  outputs = gr.Label(num_top_classes=2),
16
+ title="hot Dog? or Not ?",
17
  ).launch()
18