Spaces:
Running
Running
mintheinwin
commited on
Commit
•
f62cb0e
1
Parent(s):
d1e48a9
Update app.py
Browse files
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
|
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)
|