Spaces:
Sleeping
Sleeping
mintheinwin
commited on
fixed
Browse files
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=
|
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)
|