mintheinwin commited on
Commit
34e475e
·
verified ·
1 Parent(s): f39e121
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,5 +29,5 @@ gr.Interface(fn=predict,
29
  inputs=gr.Image(type="pil"),
30
  outputs=gr.Image(type="pil"),
31
  title="DETECT TIGER or LION",
32
- description=student_id,
33
  ).launch(share=True)
 
29
  inputs=gr.Image(type="pil"),
30
  outputs=gr.Image(type="pil"),
31
  title="DETECT TIGER or LION",
32
+ description=student_info,
33
  ).launch(share=True)