mintheinwin commited on
Commit
f62cb0e
1 Parent(s): d1e48a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,6 +28,6 @@ def predict(pilimg):
28
  gr.Interface(fn=predict,
29
  inputs=gr.Image(type="pil"),
30
  outputs=gr.Image(type="pil"),
31
- title="Detect Tiger and lion",
32
  description=student_info,
33
  ).launch(share=True)
 
28
  gr.Interface(fn=predict,
29
  inputs=gr.Image(type="pil"),
30
  outputs=gr.Image(type="pil"),
31
+ title="Detect tiger and lion",
32
  description=student_info,
33
  ).launch(share=True)