RGurung commited on
Commit
2df498c
1 Parent(s): fc8693a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ gradio_app = gr.Interface(
22
 
23
  outputs=[gr.Image(label = "Processed Image"), gr.Label(label = "Result", num_top_classes=2)],
24
 
25
- title="Dog or Cat?",
26
 
27
  )
28
 
 
22
 
23
  outputs=[gr.Image(label = "Processed Image"), gr.Label(label = "Result", num_top_classes=2)],
24
 
25
+ title="Clownfish or Panda?",
26
 
27
  )
28